Home
last modified time | relevance | path

Searched defs:S_IREAD (Results 1 – 4 of 4) sorted by relevance

/external/ltp/android/include/
Dbionic-compat.h26 #define S_IREAD S_IRUSR macro
/external/python/cpython2/Lib/
Dstat.py67 S_IREAD = 00400 variable
/external/python/cpython3/Lib/
Dstat.py80 S_IREAD = 0o0400 # Unix V7 synonym for S_IRUSR variable
/external/python/cpython3/Modules/
D_stat.c138 # define S_IREAD 00400 macro