Home
last modified time | relevance | path

Searched refs:MkDir (Results 1 - 25 of 32) sorted by relevance

12

/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); in HWTEST_F()
114 bool bRet = StorageTest::StorageTestUtils::MkDir(PATH_CHOWN, mode); in HWTEST_F()
144 * @tc.desc: Verify the MkDir function.
153 int32_t ret = MkDir(PATH_MKDIR.c_str(), mode); in HWTEST_F()
176 bool bRet = StorageTest::StorageTestUtils::MkDir(PATH_RMDIR, mode); in HWTEST_F()
221 StorageTest::StorageTestUtils::MkDir(PATH_MKDIR, mode); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/test/
H A Dsetacl_test.cpp100 int rc = MkDir(PATH_TEST, mode); in HWTEST_F()
162 int rc = MkDir(PATH_TEST, mode); in HWTEST_F()
221 int rc = MkDir(PATH_TEST, mode); in HWTEST_F()
283 int rc = MkDir(PATH_TEST, mode); in HWTEST_F()
/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) in MkDir() function
/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.cpp153 bool StorageTestUtils::MkDir(const std::string &path, mode_t mode) in MkDir() function in OHOS::StorageDaemon::StorageTest::StorageTestUtils
/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
119 LOGE("MkDir operation is not supported!"); in MkDir()
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h34 int32_t MkDir(const std::string &path, mode_t mode);
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_fuse.h64 int MkDir(const char *path, mode_t mode);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_utils.cpp54 if (MkDir(databaseDirectory)) { in CreateDirectory()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/
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);
H A Dfuse_operations.h31 static void MkDir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode);
/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);
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp154 ret = MkDir(STORAGE_DAEMON_DIR, S_IRWXU); // para.0700: root only in InitGlobalDeviceKey()
159 ret = MkDir(DEVICE_EL1_DIR, S_IRWXU); in InitGlobalDeviceKey()
405 int ret = MkDir(SERVICE_STORAGE_DAEMON_DIR, S_IRWXU); in InitUserElkeyStorageDir()
411 ret = MkDir(FSCRYPT_EL_DIR, S_IRWXU); in InitUserElkeyStorageDir()
417 ret = MkDir(USER_EL1_DIR, S_IRWXU); in InitUserElkeyStorageDir()
422 ret = MkDir(USER_EL2_DIR, S_IRWXU); in InitUserElkeyStorageDir()
428 ret = MkDir(USER_EL3_DIR, S_IRWXU); in InitUserElkeyStorageDir()
434 ret = MkDir(USER_EL4_DIR, S_IRWXU); in InitUserElkeyStorageDir()
440 ret = MkDir(USER_EL5_DIR, S_IRWXU); in InitUserElkeyStorageDir()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp51 int32_t MkDir(const std::string &path, mode_t mode) in MkDir() function
110 if (MkDir(subPath, mode) != 0 && errno != EEXIST) { in MkDirRecurse()
151 if (MkDir(path, mode)) { in PrepareDir()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp69 StorageTest::StorageTestUtils::MkDir(path, mode); in SetUpTestCase()
513 StorageTest::StorageTestUtils::MkDir(backupSaBundleDir, mode); in HWTEST_F()
/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
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_rdbstore.h47 int32_t MkDir(const std::string &cloudId, const std::string &parentCloudId,
/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()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp1631 MkDir(EL1_PATH, S_IRWXU); in HWTEST_F()
1640 MkDir(EL2_PATH, S_IRWXU); in HWTEST_F()
1649 MkDir(EL3_PATH, S_IRWXU); in HWTEST_F()
1658 MkDir(EL4_PATH, S_IRWXU); in HWTEST_F()
1667 MkDir(EL5_PATH, S_IRWXU); in HWTEST_F()
1725 EXPECT_FALSE(MkDir(elPath, S_IRWXU)); in HWTEST_F()
1727 EXPECT_FALSE(MkDir(elUserKeyPath, S_IRWXU)); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
H A Dquota_manager_test.cpp287 StorageTest::StorageTestUtils::MkDir(backupSaBundleDir, mode); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfuse_operations_test.cpp973 * @tc.desc: Verify the MkDir function
986 fuseoperations_->MkDir(req, FUSE_ROOT_ID, name, mode); in HWTEST_F()
997 * @tc.desc: Verify the MkDir function
1012 fuseoperations_->MkDir(req, 0, name, mode); in HWTEST_F()
1023 * @tc.desc: Verify the MkDir function
1045 fuseoperations_->MkDir(req, 0, name, mode); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_fuse.cpp51 int ret = DelayedSingleton<MtpFileSystem>::GetInstance()->MkDir(path, mode); in WrapMkDir()
52 LOGI("MkDir ret = %{public}d.", ret); in WrapMkDir()
529 int MtpFileSystem::MkDir(const char *path, mode_t mode) in MkDir() function in MtpFileSystem
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H A Duser_manager_test.cpp61 StorageTest::StorageTestUtils::MkDir(path, mode); in SetUpTestCase()

Completed in 20 milliseconds

12