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/otautil/
Dlogging.cpp216 copy_log_file_to_pmsg(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE); in copy_logs()
230 copy_log_file(Paths::Get().temporary_install_file(), LAST_INSTALL_FILE, false, sehandle); in copy_logs()
/bootable/recovery/install/
Dinstall.cpp700 const std::string& install_file = Paths::Get().temporary_install_file(); in install_package()
/bootable/recovery/
Drecovery.cpp716 const std::string& install_file = Paths::Get().temporary_install_file(); in log_failure_code()