Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/test/unittest/utils/
H A Dutils_test.cpp105 * @tc.desc: Test GetFiles function
112 RState state = Utils::GetFiles(currentDir, vFiles); in HWTEST_F()
118 * @tc.desc: Test GetFiles function
125 RState state = Utils::GetFiles(currentDir, vFiles); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h111 static RState GetFiles(const std::string &strCurrentDir, std::vector<std::string> &vFiles);
/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp223 std::vector<std::string> GetFiles(const std::string &strCurrentDir) in GetFiles() function
240 std::vector<std::string> temp = GetFiles(strNextDir); in GetFiles()
283 std::vector<std::string> resPaths = GetFiles(rootDir); in LoadThemeResource()
332 std::vector<std::string> resPaths = GetFiles(iconPath); in LoadThemeIconResource()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp481 RState Utils::GetFiles(const std::string &strCurrentDir, std::vector<std::string> &vFiles) in GetFiles() function in OHOS::Global::Resource::Utils
H A Dhap_parser.cpp409 return Utils::GetFiles(rawFilePath, fileList); in GetRawFileListUnCompressed()

Completed in 5 milliseconds