Searched refs:bucketPath (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/ |
H A D | cloud_file_utils_test.cpp | 61 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 D | file_operations_cloud_mock.cpp | 223 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 D | cloud_file_utils.cpp | 156 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 D | file_operations_cloud.cpp | 415 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