Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/component_test/
H A Dtest_result_recorder.cpp83 std::string HandleRelativeFolder(std::string& folderPath) in HandleRelativeFolder() argument
94 auto pos = folderPath.rfind(".."); in HandleRelativeFolder()
97 std::vector<std::string> splitInputResult = SplitString(folderPath); in HandleRelativeFolder()
112 auto beginWithDot = folderPath.find(".") == 0; in HandleRelativeFolder()
114 resultPath = currentPath + file_sep + folderPath; in HandleRelativeFolder()
116 auto path = folderPath.substr(1, folderPath.size() - 1); in HandleRelativeFolder()
123 std::string HandleAbsoluteFolder(std::string& folderPath) in HandleAbsoluteFolder() argument
127 size_t pos = folderPath.find(file_sep); in HandleAbsoluteFolder()
129 disk = folderPath in HandleAbsoluteFolder()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp161 string folderPath = dirName + '/' + folderName; in DeleteBeginTimestampDir() local
162 if (!MediaFileUtils::DeleteDir(folderPath)) { in DeleteBeginTimestampDir()
164 DfxUtils::GetSafePath(folderPath).c_str(), data.id.c_str()); in DeleteBeginTimestampDir()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp176 string folderPath = "/" + filePath.substr(0, pos); in CheckAndCreateDirectory() local
177 if (access(folderPath.c_str(), F_OK) != 0) { in CheckAndCreateDirectory()
178 if (!ForceCreateDirectory(folderPath.data())) { in CheckAndCreateDirectory()

Completed in 8 milliseconds