Home
last modified time | relevance | path

Searched refs:temporary_install_file_ (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dpaths.h66 return temporary_install_file_; in temporary_install_file()
69 temporary_install_file_ = install_file; in set_temporary_install_file()
109 std::string temporary_install_file_; variable
/bootable/recovery/otautil/
Dpaths.cpp39 temporary_install_file_(kDefaultTemporaryInstallFile), in Paths()