Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Dcache_location.h46 return stash_directory_base_; in stash_directory_base()
49 stash_directory_base_ = base; in set_stash_directory_base()
66 std::string stash_directory_base_; variable
/bootable/recovery/otautil/
Dcache_location.cpp31 stash_directory_base_(kDefaultStashDirectoryBase) {} in CacheLocation()