Home
last modified time | relevance | path

Searched refs:S_IRWXU (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/headers/posix/
Dsys_stat_h_mode_constants.h38 MACRO_VALUE(S_IRWXU, 0700);
/bionic/libc/include/sys/
Dstat.h122 #define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO) /* 0777 */
123 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */
/bionic/libc/kernel/uapi/linux/
Dstat.h29 #define S_IRWXU 00700 macro
/bionic/libc/system_properties/
Dcontexts_serialized.cpp109 mkdir(dirname_, S_IRWXU | S_IXGRP | S_IXOTH); in Initialize()
Dcontexts_split.cpp291 mkdir(filename_, S_IRWXU | S_IXGRP | S_IXOTH); in Initialize()
/bionic/tests/
Dsys_stat_test.cpp173 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in AssertFileModeEquals()
230 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in AssertSymlinkModeEquals()
Dsystem_properties_test.cpp48 mkdir(appcompat_path.c_str(), S_IRWXU | S_IXGRP | S_IXOTH); in SystemPropertiesTest()