Home
last modified time | relevance | path

Searched refs:parentFolderPath (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/util/windows/
H A DNativeFileSystem.cpp23 std::string NativeFileSystem::FindSubfolderByName(const std::string& parentFolderPath, in FindSubfolderByName() argument
27 std::wstring path = std::wstring(parentFolderPath.begin(), parentFolderPath.end()); in FindSubfolderByName()
31 ELOG("failed to open directory:%s.", parentFolderPath.c_str()); in FindSubfolderByName()
41 std::string filePath = parentFolderPath + "\\" + dir; in FindSubfolderByName()
/ide/tools/previewer/util/unix/
H A DNativeFileSystem.cpp22 std::string NativeFileSystem::FindSubfolderByName(const std::string& parentFolderPath, in FindSubfolderByName() argument
25 DIR* dir = opendir(parentFolderPath.c_str()); in FindSubfolderByName()
27 ELOG("failed to open directory:%s.", parentFolderPath.c_str()); in FindSubfolderByName()
33 std::string filePath = parentFolderPath + "/" + dirEntry->d_name; in FindSubfolderByName()
/ide/tools/previewer/util/
H A DNativeFileSystem.h24 static std::string FindSubfolderByName(const std::string& parentFolderPath,
H A DFileSystem.h32 static std::string FindSubfolderByName(const std::string& parentFolderPath, const std::string& subfolderName);
H A DFileSystem.cpp108 std::string FileSystem::FindSubfolderByName(const std::string& parentFolderPath, const std::string& subfolderName) in FindSubfolderByName() argument
110 return OHOS::Ide::NativeFileSystem::FindSubfolderByName(parentFolderPath, subfolderName); in FindSubfolderByName()

Completed in 2 milliseconds