Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp33 const string CURRENT_USER_ID_FLAG = "<currentUserId>"; member
112 if (lowerPathHead.find(CURRENT_USER_ID_FLAG) != string::npos) { in GetLowerPath()
113 lowerPathHead = lowerPathHead.replace(lowerPathHead.find(CURRENT_USER_ID_FLAG), in GetLowerPath()
114 CURRENT_USER_ID_FLAG.length(), userId); in GetLowerPath()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp207 size_t pos = path.find(CURRENT_USER_ID_FLAG); in ParseHmdfsPath()
211 return path.replace(pos, CURRENT_USER_ID_FLAG.length(), std::to_string(userId)); in ParseHmdfsPath()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dconnection_detector.h31 const std::string CURRENT_USER_ID_FLAG = "<currentUserId>"; member
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp61 const string CURRENT_USER_ID_FLAG = "<currentUserId>"; member
584 size_t pos = path.find(CURRENT_USER_ID_FLAG); in ParseSandboxPath()
586 path = path.replace(pos, CURRENT_USER_ID_FLAG.length(), userId); in ParseSandboxPath()

Completed in 5 milliseconds