Searched refs:install_file (Results 1 – 3 of 3) sorted by relevance
68 void set_temporary_install_file(const std::string& install_file) { in set_temporary_install_file() argument69 temporary_install_file_ = install_file; in set_temporary_install_file()
584 const std::string& install_file = Paths::Get().temporary_install_file(); in log_failure_code() local585 if (!android::base::WriteStringToFile(log_content, install_file)) { in log_failure_code()586 PLOG(ERROR) << "Failed to write " << install_file; in log_failure_code()
635 const std::string& install_file = Paths::Get().temporary_install_file(); in InstallPackage() local636 if (!android::base::WriteStringToFile(log_content, install_file)) { in InstallPackage()637 PLOG(ERROR) << "failed to write " << install_file; in InstallPackage()