Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/otautil/include/otautil/
H A Dpaths.h80 return temporary_update_binary_; in temporary_update_binary()
83 temporary_update_binary_ = update_binary; in set_temporary_update_binary()
115 std::string temporary_update_binary_; variable
/aosp12/bootable/recovery/otautil/
H A Dpaths.cpp41 temporary_update_binary_(kDefaultTemporaryUpdateBinary) {} in Paths()