HomeSort by: relevance | last modified time | path
    Searched defs:access_w (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
fs.cpp 69 static const int access_w = 1 << 2; variable
82 mode & access_w || mode & access_x);
110 ((mode & access_w) && (st.st_mode & S_IWUSR)) ||
115 ((mode & access_w) && (st.st_mode & S_IWGRP)) ||
121 ((mode & access_w) && (st.st_mode & S_IWOTH)) ||

Completed in 24 milliseconds