Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Dpaths.h59 return stash_directory_base_; in stash_directory_base()
62 stash_directory_base_ = base; in set_stash_directory_base()
106 std::string stash_directory_base_; variable
/bootable/recovery/otautil/
Dpaths.cpp38 stash_directory_base_(kDefaultStashDirectoryBase), in Paths()