Home
last modified time | relevance | path

Searched refs:bucketPath (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/
H A Dcloud_file_utils_test.cpp61 string bucketPath = CloudFileUtils::GetLocalBucketPath(cloudId, bundleName, userId); in HWTEST_F() local
70 string bucketPath = CloudFileUtils::GetLocalBucketPath(cloudId, bundleName, userId); in HWTEST_F() local
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp223 string bucketPath = CloudFileUtils::GetLocalBucketPath(cloudId, bundleName, userId); in CreateLocalFile() local
225 if (access(bucketPath.c_str(), F_OK) != 0) { in CreateLocalFile()
226 if (mkdir(bucketPath.c_str(), STAT_MODE_DIR) != 0) { in CreateLocalFile()
227 LOGE("mkdir bucketpath failed :%{public}s err:%{public}d", GetAnonyString(bucketPath).c_str(), errno); in CreateLocalFile()
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp156 string bucketPath = baseDir + to_string(bucketId); in GetLocalBucketPath() local
157 return bucketPath; in GetLocalBucketPath()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp415 string bucketPath = CloudFileUtils::GetLocalBucketPath(cloudId, bundleName, userId); in CreateLocalFile() local
417 if (access(bucketPath.c_str(), F_OK) != 0) { in CreateLocalFile()
418 if (mkdir(bucketPath.c_str(), STAT_MODE_DIR) != 0) { in CreateLocalFile()
419 LOGE("mkdir bucketpath failed :%{public}s err:%{public}d", GetAnonyString(bucketPath).c_str(), errno); in CreateLocalFile()

Completed in 6 milliseconds