Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
H A Dfile_utils_test.cpp43 int32_t MkDir(const std::string &path, mode_t mode);
85 bool bRet = StorageTest::StorageTestUtils::MkDir(PATH_CHMOD, mode);
114 bool bRet = StorageTest::StorageTestUtils::MkDir(PATH_CHOWN, mode);
153 int32_t ret = MkDir(PATH_MKDIR.c_str(), mode);
176 bool bRet = StorageTest::StorageTestUtils::MkDir(PATH_RMDIR, mode);
221 StorageTest::StorageTestUtils::MkDir(PATH_MKDIR, mode);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/test/
H A Dsetacl_test.cpp100 int rc = MkDir(PATH_TEST, mode);
162 int rc = MkDir(PATH_TEST, mode);
221 int rc = MkDir(PATH_TEST, mode);
283 int rc = MkDir(PATH_TEST, mode);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_platform.h39 static UNUSED_FUNCTION int MkDir(const std::string &filePath, mode_t dirRight = DIR_RIGHT)
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfuse_operations.cpp213 void FuseOperations::MkDir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) in MkDir() function in OHOS::FileManagement::CloudDisk::FuseOperations
217 opsPtr->MkDir(req, parent, name, mode); in MkDir()
226 inoPtr->ops->MkDir(req, parent, name, mode); in MkDir()
H A Dfile_operations_base.cpp117 void FileOperationsBase::MkDir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) in MkDir() function in OHOS::FileManagement::CloudDisk::FileOperationsBase
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H A Dhelp_utils.h51 static bool MkDir(const std::string &path, mode_t mode);
H A Dhelp_utils.cpp147 bool StorageTestUtils::MkDir(const std::string &path, mode_t mode) in MkDir() function in OHOS::StorageDaemon::StorageTest::StorageTestUtils
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp165 ret = MkDir(STORAGE_DAEMON_DIR, S_IRWXU); // para.0700: root only in InitGlobalDeviceKey()
177 ret = MkDir(DEVICE_EL1_DIR, S_IRWXU); in InitGlobalDeviceKey()
425 int ret = MkDir(SERVICE_STORAGE_DAEMON_DIR, S_IRWXU); in InitUserElkeyStorageDir()
431 ret = MkDir(FSCRYPT_EL_DIR, S_IRWXU); in InitUserElkeyStorageDir()
437 ret = MkDir(USER_EL1_DIR, S_IRWXU); in InitUserElkeyStorageDir()
442 ret = MkDir(USER_EL2_DIR, S_IRWXU); in InitUserElkeyStorageDir()
448 ret = MkDir(USER_EL3_DIR, S_IRWXU); in InitUserElkeyStorageDir()
454 ret = MkDir(USER_EL4_DIR, S_IRWXU); in InitUserElkeyStorageDir()
460 ret = MkDir(USER_EL5_DIR, S_IRWXU); in InitUserElkeyStorageDir()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/
H A Dfuse_operations.h31 static void MkDir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode);
H A Dfile_operations_cloud.h29 void MkDir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) override;
H A Dfile_operations_base.h36 virtual void MkDir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp53 int32_t MkDir(const std::string &path, mode_t mode) in MkDir() function
112 if (MkDir(subPath, mode) != 0 && errno != EEXIST) { in MkDirRecurse()
153 if (MkDir(path, mode)) { in PrepareDir()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h39 int32_t MkDir(const std::string &path, mode_t mode);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler_asset.h81 int32_t MkDir(const std::string &path, mode_t mode);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_utils.cpp54 if (MkDir(databaseDirectory)) { in CreateDirectory()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp67 StorageTest::StorageTestUtils::MkDir(path, mode); in SetUpTestCase()
501 StorageTest::StorageTestUtils::MkDir(backupSaBundleDir, mode);
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_rdbstore.h48 int32_t MkDir(const std::string &cloudId, const std::string &parentCloudId,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp1579 MkDir(EL1_PATH, S_IRWXU);
1589 MkDir(EL2_PATH, S_IRWXU);
1599 MkDir(EL3_PATH, S_IRWXU);
1609 MkDir(EL4_PATH, S_IRWXU);
1633 MkDir(EL5_PATH, S_IRWXU);
1692 EXPECT_FALSE(MkDir(elPath, S_IRWXU));
1694 EXPECT_FALSE(MkDir(elUserKeyPath, S_IRWXU));
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dclouddisk_rdbstore_mock.cpp91 int32_t CloudDiskRdbStore::MkDir(const std::string &cloudId, const std::string &parentCloudId, in MkDir() function in OHOS::FileManagement::CloudDisk::CloudDiskRdbStore
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp502 int32_t SoftBusHandlerAsset::MkDir(const std::string &path, mode_t mode) in MkDir() function in OHOS::Storage::DistributedFile::SoftBusHandlerAsset
524 if (MkDir(subPath, mode) != 0 && errno != EEXIST) { in MkDirRecurse()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfuse_operations_test.cpp620 fuseoperations_->MkDir(req, FUSE_ROOT_ID, name, mode);
646 fuseoperations_->MkDir(req, 0, name, mode);
H A Dfile_operations_cloud_test.cpp1521 fileOperationsCloud_->MkDir(req, parent, name, mode);
1548 fileOperationsCloud_->MkDir(req, parent, name, mode);
1575 fileOperationsCloud_->MkDir(req, parent, name, mode);
1602 fileOperationsCloud_->MkDir(req, parent, name, mode);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
H A Dquota_manager_test.cpp287 StorageTest::StorageTestUtils::MkDir(backupSaBundleDir, mode);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H A Duser_manager_test.cpp61 StorageTest::StorageTestUtils::MkDir(path, mode); in SetUpTestCase()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_rdbstore_test.cpp385 int32_t ret = CloudDiskRdbStore.MkDir(cloudId, parentCloudId, directoryName);
403 int32_t ret = CloudDiskRdbStore.MkDir(cloudId, parentCloudId, directoryName);
421 int32_t ret = CloudDiskRdbStore.MkDir(cloudId, parentCloudId, directoryName);

12