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

  /bootable/recovery/applypatch/
applypatch.sh 17 CACHE_TEMP_SOURCE=/cache/saved.file
87 run_command rm $CACHE_TEMP_SOURCE
129 $ADB push $DATA_DIR/old.file $CACHE_TEMP_SOURCE
209 run_command rm $CACHE_TEMP_SOURCE
221 $ADB push $DATA_DIR/old.file $CACHE_TEMP_SOURCE
231 run_command dd if=/dev/urandom of=$CACHE_TEMP_SOURCE count=100 bs=1024 || fail
278 run_command "echo > $CACHE_TEMP_SOURCE"
297 run_command ls $CACHE_TEMP_SOURCE || fail # wasn't deleted because it's the source file copy
303 run_command ls $CACHE_TEMP_SOURCE || fail # wasn't deleted because it's the source file copy
313 run_command ls $CACHE_TEMP_SOURCE || fail # wasn't deleted because it's the source file cop
    [all...]
applypatch.h 42 #define CACHE_TEMP_SOURCE "/cache/saved.file"
freecache.c 101 // We can't delete CACHE_TEMP_SOURCE; if it's there we might have
104 if (strcmp(path, CACHE_TEMP_SOURCE) == 0) continue;
applypatch.c 605 // should have been made in CACHE_TEMP_SOURCE. If that file
609 if (LoadFileContents(CACHE_TEMP_SOURCE, &file, RETOUCH_DO_MASK) != 0) {
782 if (LoadFileContents(CACHE_TEMP_SOURCE, &copy_file,
861 if (SaveFileContents(CACHE_TEMP_SOURCE, source_file) < 0) {
904 if (SaveFileContents(CACHE_TEMP_SOURCE, source_file) < 0) {
    [all...]

Completed in 696 milliseconds