Searched refs:currentPath (Results 1 – 2 of 2) sorted by relevance
163 string currentPath = ExcludeTrailingPathDelimiter(path); in ForceRemoveDirectory() local164 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() local252 if (access(currentPath.c_str(), F_OK) == 0) { in ChangeModeDirectory()253 if (!ChangeMode(currentPath, mode)) { in ChangeModeDirectory()
129 std::string currentPath = *iter + tempName; in OH_ResourceManager_OpenRawDir() local130 DIR* dir = opendir(currentPath.c_str()); in OH_ResourceManager_OpenRawDir()