Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
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
/bootable/recovery/otautil/
Dpaths.cpp41 temporary_update_binary_(kDefaultTemporaryUpdateBinary) {} in Paths()