Home
last modified time | relevance | path

Searched refs:prePath (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dutils.h39 inline const std::string GenerateFullPath(const std::string& prePath, const std::string& postPath) in GenerateFullPath() argument
41 if (prePath.empty() && postPath.empty()) { in GenerateFullPath()
48 std::string fullPath = prePath; in GenerateFullPath()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
H A Dmedia_library_manager.cpp348 string prePath = PRE_PATH_VALUES; in SolvePath() local
349 if (filePath.find(prePath) != 0) { in SolvePath()
352 string postpath = filePath.substr(prePath.length()); in SolvePath()
359 tempPath = prePath + postpath; in SolvePath()
421 string prePath = PRE_PATH_VALUES; in GetFilePathFromUri() local
422 string postpath = tempPath.substr(prePath.length()); in GetFilePathFromUri()
423 tempPath = prePath + userId + "/" + postpath; in GetFilePathFromUri()

Completed in 4 milliseconds