Home
last modified time | relevance | path

Searched refs:S_IRWXG (Results 1 – 25 of 30) sorted by relevance

12

/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
Ddlp_file_test.cpp61 int32_t ret = mkdir(DLP_TEST_DIR.c_str(), S_IRWXU | S_IRWXG | S_IRWXO); in SetUpTestCase()
136 …g_plainFileFd = open("/data/file_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX…
137 …g_dlpFileFd = open("/data/file_test.txt.dlp", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IR…
151 …Fd = open("/data/fuse_test.txt.recovery", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO);
176 …g_plainFileFd = open("/data/fuse_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX…
177 …g_dlpFileFd = open("/data/fuse_test.txt.dlp", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IR…
213 …Fd = open("/data/fuse_test.txt.recovery", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO);
234 …g_plainFileFd = open("/data/fuse_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX…
235 …g_dlpFileFd = open("/data/fuse_test.txt.dlp", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IR…
266 …Fd = open("/data/fuse_test.txt.recovery", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO);
Ddlp_fuse_test.cpp83 int32_t ret = mkdir(DLP_TEST_DIR.c_str(), S_IRWXU | S_IRWXG | S_IRWXO); in SetUpTestCase()
182 int32_t ret = mkdir(MOUNT_POINT_DIR.c_str(), S_IRWXU | S_IRWXG | S_IRWXO); in PrepareDlpFuseFsMount()
319 …g_plainFileFd = open("/data/fuse_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX…
320 …g_dlpFileFd = open("/data/fuse_test.txt.dlp", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IR…
377 …g_plainFileFd = open("/data/fuse_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX…
378 …g_dlpFileFd = open("/data/fuse_test.txt.dlp", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IR…
417 …Fd = open("/data/fuse_test.txt.recovery", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO);
434 …g_plainFileFd = open("/data/fuse_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX…
435 …g_dlpFileFd = open("/data/fuse_test.txt.dlp", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IR…
491 …g_plainFileFd = open("/data/fuse_test.txt", O_CREAT | O_RDWR | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWX…
[all …]
Dfuse_daemon_test.cpp156 int32_t ret = mkdir(DLP_TEST_DIR.c_str(), S_IRWXU | S_IRWXG | S_IRWXO); in SetUpTestCase()
/base/hiviewdfx/hiview/base/utility/include/
Dcommon_utils.h29 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;
Dfile_util.h27 #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/
Dfile_utils.cpp41 if (mkdir(path.c_str(), S_IRWXU | S_IRWXG | S_IRWXO)) { in CreateFolder()
/base/update/updater/test/unittest/applypatch_test/
Dblockset_unittest.cpp118 …int fd = open("/data/updater/updater/blocksetTest.txt", O_CREAT | O_WRONLY, S_IRWXU | S_IRWXG | S_…
143 …int fd = open("/data/updater/updater/blocksetTest.txt", O_CREAT | O_WRONLY, S_IRWXU | S_IRWXG | S_…
/base/update/updater/services/flashd/daemon/
Dflash_commander.cpp51 mkdir(FLASHD_FILE_PATH, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in DoCommand()
Dupdate_commander.cpp58 mkdir(FLASHD_FILE_PATH, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in DoCommand()
/base/startup/init/services/param/linux/
Dparam_osadp.c85 int fd = open(fileName, mode, S_IRWXU | S_IRWXG | S_IROTH); in GetSharedMem()
/base/powermgr/thermal_manager/utils/native/src/
Dfile_operation.cpp35 int flag = mkdir(dir.c_str(), S_IRWXU | S_IRWXG | S_IROTH| S_IXOTH); in CreateNodeDir()
/base/startup/init/test/unittest/param/
Dparam_stub.cpp247 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()
576 mkdir(STARTUP_INIT_UT_PATH, S_IRWXU | S_IRWXG | S_IRWXO); in ParamTestStubInit()
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
Dbundle_event_source_example.cpp52 …int isCreate = ::mkdir(SYSTEM_FAULT_LOG_PATH.c_str(), S_IRUSR | S_IWUSR | S_IXUSR | S_IRWXG | S_IR… in OnLoad()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
Ddlp_zip_test.cpp75 int32_t ret = mkdir(DLP_TEST_DIR.c_str(), S_IRWXU | S_IRWXG | S_IRWXO); in SetUpTestCase()
Ddlp_file_kits_test.cpp84 int32_t ret = mkdir(DLP_TEST_DIR.c_str(), S_IRWXU | S_IRWXG | S_IRWXO); in SetUpTestCase()
Ddlp_file_manager_test.cpp43 int32_t ret = mkdir(DLP_TEST_DIR.c_str(), S_IRWXU | S_IRWXG | S_IRWXO); in SetUpTestCase()
/base/hiviewdfx/hilog/services/hilogd/
Dlog_persister_rotator.cpp83 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/
Devent_source_example.cpp50 …int isCreate = ::mkdir(SYSTEM_FAULT_LOG_PATH.c_str(), S_IRUSR | S_IWUSR | S_IXUSR | S_IRWXG | S_IR… in OnLoad()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
Dfaultloggerd_socket.cpp98 chmod(path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IWOTH); in GetServerSocket()
/base/startup/init/test/unittest/init/
Dcmds_unittest.cpp121 const mode_t testMode = S_IRWXU | S_IRWXG | S_IRWXO;
/base/startup/init/services/param/liteos/
Dparam_osadp.c119 int fd = open(fileName, mode, S_IRWXU | S_IRWXG | S_IROTH); in GetSharedMem()
/base/powermgr/battery_manager/charger/src/
Dpower_supply_provider.cpp359 mkdir(mockBatteryPath.c_str(), S_IRWXU | S_IRWXG); in InitDefaultSysfs()
/base/hiviewdfx/hiview/base/test/unittest/common/
Devent_loop_test.cpp48 mkdir("/data/log", S_IRWXU | S_IRWXG); in SetUp()
/base/startup/init/interfaces/innerkits/fs_manager/
Dfstab_mount.c311 if (mkdir(target, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0) { in Mount()
/base/tee/tee_client/services/tlogcat/src/
Dtlogcat.c138 ret = mkdir(temp, S_IRWXU | S_IRWXG); in LogFilesMkdirR()

12