Home
last modified time | relevance | path

Searched refs:temporary_install_file (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dpaths.h65 std::string temporary_install_file() const { in temporary_install_file() function
/bootable/recovery/recovery_utils/
Dlogging.cpp215 copy_log_file_to_pmsg(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE); in copy_logs()
229 copy_log_file(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE, false); in copy_logs()
/bootable/recovery/install/
Dinstall.cpp635 const std::string& install_file = Paths::Get().temporary_install_file(); in InstallPackage()
/bootable/recovery/
Drecovery.cpp584 const std::string& install_file = Paths::Get().temporary_install_file(); in log_failure_code()