Home
last modified time | relevance | path

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

/system/bt/osi/test/
DAlarmTestHarness.cpp72 creat(lock_path_.c_str(), S_IRWXU); in SetUp()
73 creat(unlock_path_.c_str(), S_IRWXU); in SetUp()
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp376 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()
Dsysutil.cpp432 mkdir(directory, S_IRWXU); in resetDirectory()
/system/core/libnativebridge/tests/
DCodeCacheExists_test.cpp34 ASSERT_EQ(0, mkdir(kCodeCache, S_IRWXU | S_IRWXG | S_IXOTH)); in TEST_F()
/system/extras/ext4_utils/
Dmake_ext4fs.c44 #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/
Df2fs_ioutils.c64 #define S_IRWXU (L_S_IRUSR | L_S_IWUSR | L_S_IXUSR) macro
/system/tools/aidl/
Dio_delegate.cpp137 S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) == 0; in CreatedNestedDirs()
/system/connectivity/shill/
Dcertificate_file.cc125 S_IRWXU | S_IXGRP | S_IRGRP | S_IXOTH | S_IROTH)) { in WriteFile()
/system/extras/mmap-perf/
DmmapPerf.cpp58 int fd = open(name.c_str(), O_CREAT | O_RDWR, S_IRWXU);
/system/extras/alloc-stress/
Dalloc-stress.cpp158 int tasks = mkdir(buf, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in create_memcg()
/system/core/libcutils/
Dfs.c37 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/system/core/libnativebridge/
Dnative_bridge.cc414 if (mkdir(app_code_cache_dir, S_IRWXU | S_IRWXG | S_IXOTH) == -1) { in InitializeNativeBridge()
/system/extras/ANRdaemon/
DANRdaemon.cpp362 int output_fd = creat(path_buf, S_IRWXU); in dump_trace()
/system/connectivity/shill/vpn/
Dopenvpn_driver.cc295 if (chmod(openvpn_config_directory_.value().c_str(), S_IRWXU)) { in WriteConfigFile()