Home
last modified time | relevance | path

Searched refs:HasResourceFile (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_parser.cpp79 bool PatchParser::HasResourceFile(const std::string &filePath) const in HasResourceFile() function in OHOS::AppExecFwk::PatchParser
94 bool PatchParser::HasResourceFile(const std::vector<std::string> &filePaths) const in HasResourceFile() function in OHOS::AppExecFwk::PatchParser
98 if (HasResourceFile(filePaths[index])) { in HasResourceFile()
H A Dquick_fix_deployer.cpp965 bool hasResourceFile = patchParser.HasResourceFile(bundleFilePaths); in CheckHqfResourceIsValid()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dpatch_parser.h35 bool HasResourceFile(const std::string &filePath) const;
37 bool HasResourceFile(const std::vector<std::string> &filePaths) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp4969 bool hasResourceFile = patchParser.HasResourceFile(paths);
4973 hasResourceFile = patchParser.HasResourceFile(paths);
4976 hasResourceFile = patchParser.HasResourceFile(paths);