/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
D | dlp_fuse_test.cpp | 162 int32_t ret = mkdir(MOUNT_POINT_DIR.c_str(), S_IRWXU | S_IRWXG | S_IRWXO); in PrepareDlpFuseFsMount() 306 …g_plainFileFd = open("/data/fuse_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX… 307 …g_dlpFileFd = open("/data/fuse_test.txt.dlp", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IR… 320 …Fd = open("/data/fuse_test.txt.recovery", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO); 345 …g_plainFileFd = open("/data/fuse_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX… 346 …g_dlpFileFd = open("/data/fuse_test.txt.dlp", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IR… 381 …Fd = open("/data/fuse_test.txt.recovery", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO); 402 …g_plainFileFd = open("/data/fuse_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX… 403 …g_dlpFileFd = open("/data/fuse_test.txt.dlp", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IR… 432 …Fd = open("/data/fuse_test.txt.recovery", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO); [all …]
|
/base/hiviewdfx/hiview/base/utility/include/ |
D | common_utils.h | 29 static constexpr mode_t FILE_PERM_775 = S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH; 30 static constexpr mode_t FILE_PERM_770 = S_IRWXU | S_IRWXG;
|
D | file_util.h | 27 #define S_IRWXG 00070 macro 54 constexpr mode_t FILE_PERM_775 = S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH; 55 constexpr mode_t FILE_PERM_770 = S_IRWXU | S_IRWXG;
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | file_utils.cpp | 41 if (mkdir(path.c_str(), S_IRWXU | S_IRWXG | S_IRWXO)) { in CreateFolder()
|
/base/update/updater/test/unittest/applypatch_test/ |
D | blockset_unittest.cpp | 118 …int fd = open("/data/updater/updater/blocksetTest.txt", O_CREAT | O_WRONLY, S_IRWXU | S_IRWXG | S_… 141 …int fd = open("/data/updater/updater/blocksetTest.txt", O_CREAT | O_WRONLY, S_IRWXU | S_IRWXG | S_…
|
/base/startup/init/services/param/linux/ |
D | param_osadp.c | 85 int fd = open(fileName, mode, S_IRWXU | S_IRWXG | S_IROTH); in GetSharedMem()
|
/base/update/updater/services/flashd/daemon/ |
D | flash_commander.cpp | 51 mkdir(FLASHD_FILE_PATH, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in DoCommand()
|
D | update_commander.cpp | 58 mkdir(FLASHD_FILE_PATH, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in DoCommand()
|
/base/powermgr/thermal_manager/utils/native/src/ |
D | file_operation.cpp | 35 int flag = mkdir(dir.c_str(), S_IRWXU | S_IRWXG | S_IROTH| S_IXOTH); in CreateNodeDir()
|
/base/startup/init/test/unittest/param/ |
D | param_stub.cpp | 247 mkdir("/data/ueventd_ut", S_IRWXU | S_IRWXG | S_IRWXO); in PrepareUeventdcfg() 277 mkdir("/data/init_ut/mount_unitest/", S_IRWXU | S_IRWXG | S_IRWXO); in PrepareInnerKitsCfg() 577 mkdir(STARTUP_INIT_UT_PATH, S_IRWXU | S_IRWXG | S_IRWXO); in ParamTestStubInit()
|
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/ |
D | bundle_event_source_example.cpp | 52 …int isCreate = ::mkdir(SYSTEM_FAULT_LOG_PATH.c_str(), S_IRUSR | S_IWUSR | S_IXUSR | S_IRWXG | S_IR… in OnLoad()
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | log_persister_rotator.cpp | 83 mkdir(parentDirPath.c_str(), S_IRUSR | S_IWUSR | S_IXUSR | S_IRWXG | S_IRWXO); in OpenInfoFile()
|
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
D | event_source_example.cpp | 50 …int isCreate = ::mkdir(SYSTEM_FAULT_LOG_PATH.c_str(), S_IRUSR | S_IWUSR | S_IXUSR | S_IRWXG | S_IR… in OnLoad()
|
/base/hiviewdfx/hiview/service/unified_collection/ |
D | xcollect_service.cpp | 171 mkdir(logDir.c_str(), S_IRUSR | S_IWUSR | S_IXUSR | S_IRWXG | S_IRWXO); in DumpTraceToDir()
|
/base/startup/init/test/unittest/init/ |
D | cmds_unittest.cpp | 124 const mode_t testMode = S_IRWXU | S_IRWXG | S_IRWXO;
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/ |
D | faultloggerd_socket.cpp | 98 chmod(path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH); in GetServerSocket()
|
/base/startup/init/services/param/liteos/ |
D | param_osadp.c | 119 int fd = open(fileName, mode, S_IRWXU | S_IRWXG | S_IROTH); in GetSharedMem()
|
/base/powermgr/battery_manager/charger/src/ |
D | power_supply_provider.cpp | 359 mkdir(mockBatteryPath.c_str(), S_IRWXU | S_IRWXG); in InitDefaultSysfs()
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | event_loop_test.cpp | 48 mkdir("/data/log", S_IRWXU | S_IRWXG); in SetUp()
|
/base/startup/init/interfaces/innerkits/fs_manager/ |
D | fstab_mount.c | 279 if (mkdir(target, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0) { in Mount()
|
/base/update/updater/utils/ |
D | utils.cpp | 471 chmod(destPath.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) != EOK) { in CopyUpdaterLogs()
|
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_ability/enterprise_device_mgr_ability_test/ |
D | enterprise_device_mgr_ability_test.cpp | 74 O_RDWR | O_APPEND | O_CREAT, S_IRWXU | S_IRWXG | S_IRWXO); in TestDump()
|
/base/startup/appspawn/util/src/ |
D | sandbox_utils.cpp | 241 … {"S_IRWXU", S_IRWXU}, {"S_IRWXG", S_IRWXG}, {"S_IRWXO", S_IRWXO}}; in DoSandboxChmod()
|