Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Dcache_location.h39 return last_command_file_; in last_command_file()
42 last_command_file_ = last_command; in set_last_command_file()
63 std::string last_command_file_; variable
/bootable/recovery/otautil/
Dcache_location.cpp30 last_command_file_(kDefaultLastCommandFile), in CacheLocation()