Searched refs:S_IRWXU (Results 1 – 14 of 14) sorted by relevance
/system/bt/osi/test/ |
D | AlarmTestHarness.cpp | 72 creat(lock_path_.c_str(), S_IRWXU); in SetUp() 73 creat(unlock_path_.c_str(), S_IRWXU); in SetUp()
|
/system/extras/tests/sdcard/ |
D | sdcard_perf_test.cpp | 376 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU); in testRead() 423 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU); // no O_TRUNC, see header comment in writeData() 542 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU); in testOpenCreate() 560 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU); in writeTestFile() 618 mkdir(path, S_IRWXU); in testTraverse()
|
D | sysutil.cpp | 432 mkdir(directory, S_IRWXU); in resetDirectory()
|
/system/core/libnativebridge/tests/ |
D | CodeCacheExists_test.cpp | 34 ASSERT_EQ(0, mkdir(kCodeCache, S_IRWXU | S_IRWXG | S_IXOTH)); in TEST_F()
|
/system/extras/ext4_utils/ |
D | make_ext4fs.c | 44 #undef S_IRWXU 60 #define S_IRWXU (L_S_IRUSR | L_S_IWUSR | L_S_IXUSR) macro 108 .mode = S_IRWXU, in build_default_directory_structure() 211 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO); in build_directory_structure() 280 dentries[0].mode = S_IRWXU; in build_directory_structure() 815 root_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in make_ext4fs_internal()
|
/system/extras/f2fs_utils/ |
D | f2fs_ioutils.c | 64 #define S_IRWXU (L_S_IRUSR | L_S_IWUSR | L_S_IXUSR) macro
|
/system/tools/aidl/ |
D | io_delegate.cpp | 137 S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) == 0; in CreatedNestedDirs()
|
/system/connectivity/shill/ |
D | certificate_file.cc | 125 S_IRWXU | S_IXGRP | S_IRGRP | S_IXOTH | S_IROTH)) { in WriteFile()
|
/system/extras/mmap-perf/ |
D | mmapPerf.cpp | 58 int fd = open(name.c_str(), O_CREAT | O_RDWR, S_IRWXU);
|
/system/extras/alloc-stress/ |
D | alloc-stress.cpp | 158 int tasks = mkdir(buf, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in create_memcg()
|
/system/core/libcutils/ |
D | fs.c | 37 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
|
/system/core/libnativebridge/ |
D | native_bridge.cc | 414 if (mkdir(app_code_cache_dir, S_IRWXU | S_IRWXG | S_IXOTH) == -1) { in InitializeNativeBridge()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 362 int output_fd = creat(path_buf, S_IRWXU); in dump_trace()
|
/system/connectivity/shill/vpn/ |
D | openvpn_driver.cc | 295 if (chmod(openvpn_config_directory_.value().c_str(), S_IRWXU)) { in WriteConfigFile()
|