Home
last modified time | relevance | path

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

/system/extras/f2fs_utils/
Df2fs_ioutils.c71 #define S_IXOTH 00001 macro
72 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/system/core/libnativebridge/tests/
DCodeCacheExists_test.cpp34 ASSERT_EQ(0, mkdir(kCodeCache, S_IRWXU | S_IRWXG | S_IXOTH)); in TEST_F()
/system/connectivity/shill/
Dcertificate_file.cc125 S_IRWXU | S_IXGRP | S_IRGRP | S_IXOTH | S_IROTH)) { in WriteFile()
/system/tools/aidl/
Dio_delegate.cpp137 S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) == 0; in CreatedNestedDirs()
/system/extras/ext4_utils/
Dmake_ext4fs.c51 #undef S_IXOTH
67 #define S_IXOTH 00001 macro
68 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
815 root_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in make_ext4fs_internal()
/system/extras/alloc-stress/
Dalloc-stress.cpp158 int tasks = mkdir(buf, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in create_memcg()
/system/core/libnativebridge/
Dnative_bridge.cc414 if (mkdir(app_code_cache_dir, S_IRWXU | S_IRWXG | S_IXOTH) == -1) { in InitializeNativeBridge()