Home
last modified time | relevance | path

Searched refs:GetAllFileListCache (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h338 void GetAllFileListCache(const std::string &srcPath, std::vector<std::string> &assetList);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp422 GetAllFileListCache(tmpDir, assetList); in GetAllFileList()
492 void ZipFile::GetAllFileListCache(const std::string &srcPath, std::vector<std::string> &assetList) in GetAllFileListCache() function in OHOS::AbilityBase::ZipFile