Home
last modified time | relevance | path

Searched refs:FindSubfolderByName (Results 1 - 7 of 7) sorted by relevance

/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() function in FileSystem
110 return OHOS::Ide::NativeFileSystem::FindSubfolderByName(parentFolderPath, subfolderName); in FindSubfolderByName()
/ide/tools/previewer/util/unix/
H A DNativeFileSystem.cpp22 std::string NativeFileSystem::FindSubfolderByName(const std::string& parentFolderPath, in FindSubfolderByName() function in OHOS::Ide::NativeFileSystem
/ide/tools/previewer/test/unittest/util/
H A DNativeFileSystemTest.cpp59 std::string filePath = OHOS::Ide::NativeFileSystem::FindSubfolderByName(currDir, "mytestdirname"); in TEST_F()
/ide/tools/previewer/util/windows/
H A DNativeFileSystem.cpp23 std::string NativeFileSystem::FindSubfolderByName(const std::string& parentFolderPath, in FindSubfolderByName() function in OHOS::Ide::NativeFileSystem
/ide/tools/previewer/jsapp/rich/external/
H A DStageContext.cpp374 return FileSystem::FindSubfolderByName(hspDir, partName); in GetCloudHspPath()

Completed in 2 milliseconds