Home
last modified time | relevance | path

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

/ide/tools/previewer/util/unix/
H A DNativeFileSystem.cpp23 const std::string& subfolderName) in FindSubfolderByName()
36 if (dirName.find(subfolderName) == 0) { in FindSubfolderByName()
22 FindSubfolderByName(const std::string& parentFolderPath, const std::string& subfolderName) FindSubfolderByName() argument
/ide/tools/previewer/util/windows/
H A DNativeFileSystem.cpp24 const std::string& subfolderName) in FindSubfolderByName()
39 if (dir.find(subfolderName) == 0) { in FindSubfolderByName()
23 FindSubfolderByName(const std::string& parentFolderPath, const std::string& subfolderName) FindSubfolderByName() argument
/ide/tools/previewer/util/
H A DNativeFileSystem.h25 const std::string& subfolderName);
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