Searched refs:HasResourceFile (Results 1 – 4 of 4) sorted by relevance
79 bool PatchParser::HasResourceFile(const std::string &filePath) const in HasResourceFile() function in OHOS::AppExecFwk::PatchParser94 bool PatchParser::HasResourceFile(const std::vector<std::string> &filePaths) const in HasResourceFile() function in OHOS::AppExecFwk::PatchParser98 if (HasResourceFile(filePaths[index])) { in HasResourceFile()
965 bool hasResourceFile = patchParser.HasResourceFile(bundleFilePaths); in CheckHqfResourceIsValid()
35 bool HasResourceFile(const std::string &filePath) const;37 bool HasResourceFile(const std::vector<std::string> &filePaths) const;
4969 bool hasResourceFile = patchParser.HasResourceFile(paths);4973 hasResourceFile = patchParser.HasResourceFile(paths);4976 hasResourceFile = patchParser.HasResourceFile(paths);