Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dapplypatch.h43 #define CACHE_TEMP_SOURCE "/cache/saved.file" macro
/bootable/recovery/applypatch/
Dapplypatch.cpp419 if (LoadFileContents(CACHE_TEMP_SOURCE, &file) != 0) { in applypatch_check()
542 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file) < 0) { in applypatch()
637 if (SaveFileContents(CACHE_TEMP_SOURCE, &source_file) < 0) { in GenerateTarget()
683 unlink(CACHE_TEMP_SOURCE); in GenerateTarget()
Dfreecache.cpp96 if (path == CACHE_TEMP_SOURCE) { in FindExpendableFiles()