Home
last modified time | relevance | path

Searched refs:dfsPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/
H A Dcloud_file_utils_test.cpp127 string dfsPath; variable
128 EXPECT_EQ(CloudFileUtils::LocalWriteOpen(dfsPath), false);
130 dfsPath = "testPath";
131 EXPECT_EQ(CloudFileUtils::LocalWriteOpen(dfsPath), false);
167 string dfsPath = "./"; variable
168 EXPECT_EQ(CloudFileUtils::LocalWriteOpen(dfsPath), false);
170 dfsPath = "testPath";
171 EXPECT_EQ(CloudFileUtils::LocalWriteOpen(dfsPath), false);
176 string dfsPath = "/data/service/el1/public/cloudfile"; variable
177 string cloudId = CloudFileUtils::GetCloudId(dfsPath);
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp228 bool CloudFileUtils::LocalWriteOpen(const string &dfsPath) in LocalWriteOpen() argument
231 if (realpath(dfsPath.c_str(), absPath.get()) == nullptr) { in LocalWriteOpen()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp131 bool CloudFileUtils::LocalWriteOpen(const string &dfsPath) in LocalWriteOpen() argument
/ohos5.0/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_file_utils.h65 static bool LocalWriteOpen(const std::string &dfsPath);