Home
last modified time | relevance | path

Searched refs:install_file (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dpaths.h68 void set_temporary_install_file(const std::string& install_file) { in set_temporary_install_file() argument
69 temporary_install_file_ = install_file; in set_temporary_install_file()
/bootable/recovery/
Drecovery.cpp584 const std::string& install_file = Paths::Get().temporary_install_file(); in log_failure_code() local
585 if (!android::base::WriteStringToFile(log_content, install_file)) { in log_failure_code()
586 PLOG(ERROR) << "Failed to write " << install_file; in log_failure_code()
/bootable/recovery/install/
Dinstall.cpp635 const std::string& install_file = Paths::Get().temporary_install_file(); in InstallPackage() local
636 if (!android::base::WriteStringToFile(log_content, install_file)) { in InstallPackage()
637 PLOG(ERROR) << "failed to write " << install_file; in InstallPackage()