Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/utils/
Ddirectory_ex.cpp163 string currentPath = ExcludeTrailingPathDelimiter(path); in ForceRemoveDirectory() local
164 if (access(currentPath.c_str(), F_OK) == 0) { in ForceRemoveDirectory()
165 if (remove(currentPath.c_str()) != 0) { in ForceRemoveDirectory()
251 string currentPath = ExcludeTrailingPathDelimiter(path); in ChangeModeDirectory() local
252 if (access(currentPath.c_str(), F_OK) == 0) { in ChangeModeDirectory()
253 if (!ChangeMode(currentPath, mode)) { in ChangeModeDirectory()
/base/global/resource_management/frameworks/resmgr/src/
Draw_file_manager.cpp129 std::string currentPath = *iter + tempName; in OH_ResourceManager_OpenRawDir() local
130 DIR* dir = opendir(currentPath.c_str()); in OH_ResourceManager_OpenRawDir()