Searched refs:apex_files (Results 1 – 2 of 2) sorted by relevance
60 Result<std::vector<std::string>> apex_files = FindApexFilesByName(dir); in collectPreinstalleDataFromDir() local61 if (!apex_files.ok()) { in collectPreinstalleDataFromDir()62 return apex_files.error(); in collectPreinstalleDataFromDir()65 for (const auto& file : *apex_files) { in collectPreinstalleDataFromDir()
700 Result<std::vector<ApexFile>> apex_files = OpenApexFiles(paths); in verifyPackages() local701 if (!apex_files.ok()) { in verifyPackages()702 return apex_files.error(); in verifyPackages()707 for (const ApexFile& apex_file : *apex_files) { in verifyPackages()713 return std::move(*apex_files); in verifyPackages()1154 auto apex_files = FindApexFilesByName(dir); in getFactoryPackages() local1155 if (!apex_files.ok()) { in getFactoryPackages()1156 LOG(ERROR) << apex_files.error(); in getFactoryPackages()1159 for (const std::string& path : *apex_files) { in getFactoryPackages()1661 Result<std::vector<ApexFile>> apex_files = OpenApexFiles(paths); in preinstallPackages() local[all …]