Home
last modified time | relevance | path

Searched refs:cache_temp_source (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dcache_location.h31 std::string cache_temp_source() const { in cache_temp_source() function
/bootable/recovery/applypatch/
Dapplypatch.cpp406 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &file) != 0) { in applypatch_check()
528 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &copy_file) < 0) { in applypatch()
623 if (SaveFileContents(CacheLocation::location().cache_temp_source().c_str(), &source_file) < 0) { in GenerateTarget()
669 unlink(CacheLocation::location().cache_temp_source().c_str()); in GenerateTarget()
Dfreecache.cpp96 if (path == CacheLocation::location().cache_temp_source()) { in FindExpendableFiles()