Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_extension_test.cpp239 auto ret = GetTarIncludes(tarName);
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp845 static unordered_map<string, struct ReportFileInfo> GetTarIncludes(const string &tarName) in GetTarIncludes() function
916 unordered_map<string, struct ReportFileInfo> result = GetTarIncludes(tarName); in DoIncrementalRestore()