Home
last modified time | relevance | path

Searched refs:HMDFS_DIR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dfile_transfer_manager.cpp205 const string HMDFS_DIR = "/mnt/hmdfs/"; in UriToPath() local
206 const string DATA_DIR = HMDFS_DIR + to_string(userId) + "/account/device_view/local/data"; in UriToPath()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp131 const std::string HMDFS_DIR = "/mnt/hmdfs/"; in GetHmdfsPath() local
159 …std::string outputPath = HMDFS_DIR + std::to_string(userId) + DATA_DIR + bundleName + "/" + relati… in GetHmdfsPath()