Searched refs:checked_artifacts (Results 1 – 2 of 2) sorted by relevance
/art/odrefresh/ |
D | odrefresh.h | 267 /*out*/ std::vector<std::string>* checked_artifacts = nullptr) const; 274 /*out*/ std::vector<std::string>* checked_artifacts = nullptr) const; 284 /*out*/ std::vector<std::string>* checked_artifacts = nullptr) const; 317 /*out*/ std::vector<std::string>* checked_artifacts) const; 326 /*out*/ std::vector<std::string>* checked_artifacts) const;
|
D | odrefresh.cc | 373 /*out*/ std::vector<std::string>* checked_artifacts = nullptr) { in ArtifactsExist() argument 389 if (checked_artifacts != nullptr) { in ArtifactsExist() 391 checked_artifacts->emplace_back(path); in ArtifactsExist() 1041 /*out*/ std::vector<std::string>* checked_artifacts) const { in PrimaryBootImageExist() 1044 if (!ArtifactsExist(artifacts, /*check_art_file=*/true, error_msg, checked_artifacts)) { in PrimaryBootImageExist() 1053 extension_artifacts, /*check_art_file=*/true, error_msg, checked_artifacts)) { in PrimaryBootImageExist() 1064 /*out*/ std::vector<std::string>* checked_artifacts) const { in BootImageMainlineExtensionExist() 1067 return ArtifactsExist(artifacts, /*check_art_file=*/true, error_msg, checked_artifacts); in BootImageMainlineExtensionExist() 1074 /*out*/ std::vector<std::string>* checked_artifacts) const { in SystemServerArtifactsExist() 1081 if (!ArtifactsExist(artifacts, check_art_file, &error_msg_tmp, checked_artifacts)) { in SystemServerArtifactsExist() [all …]
|