Home
last modified time | relevance | path

Searched refs:PACKAGE_NAME_FLAG (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp32 const string PACKAGE_NAME_FLAG = "<PackageName>"; member
117 if (lowerPathHead.find(PACKAGE_NAME_FLAG) != string::npos) { in GetLowerPath()
118 lowerPathHead = lowerPathHead.replace(lowerPathHead.find(PACKAGE_NAME_FLAG), in GetLowerPath()
119 PACKAGE_NAME_FLAG.length(), bundleName); in GetLowerPath()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp85 const string PACKAGE_NAME_FLAG = "<PackageName>"; member
184 physicalPath.replace(physicalPath.find(PACKAGE_NAME_FLAG), PACKAGE_NAME_FLAG.length(), bundleName); in HandleLocalCheck()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp62 const string PACKAGE_NAME_FLAG = "<bundleName>"; member
589 pos = path.find(PACKAGE_NAME_FLAG); in ParseSandboxPath()
591 path = path.replace(pos, PACKAGE_NAME_FLAG.length(), bundleName); in ParseSandboxPath()

Completed in 5 milliseconds