HomeSort by relevance Sort by last modified time
    Searched refs:cache_temp_source (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/otautil/include/otautil/
cache_location.h 31 std::string cache_temp_source() const { function in class:CacheLocation
  /bootable/recovery/applypatch/
applypatch.cpp 404 // of patching it. A copy of it should have been made in cache_temp_source. If that file
406 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &file) != 0) {
528 if (LoadFileContents(CacheLocation::location().cache_temp_source().c_str(), &copy_file) < 0) {
623 if (SaveFileContents(CacheLocation::location().cache_temp_source().c_str(), &source_file) < 0) {
669 unlink(CacheLocation::location().cache_temp_source().c_str());
freecache.cpp 94 // We can't delete cache_temp_source; if it's there we might have restarted during
96 if (path == CacheLocation::location().cache_temp_source()) {

Completed in 386 milliseconds