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

  /bootable/recovery/
recovery.cpp 105 static const char *LAST_INSTALL_FILE = "/cache/recovery/last_install";
461 copy_log_file_to_pmsg(TEMPORARY_INSTALL_FILE, LAST_INSTALL_FILE);
475 copy_log_file(TEMPORARY_INSTALL_FILE, LAST_INSTALL_FILE, false);
482 chmod(LAST_INSTALL_FILE, 0644);
    [all...]
  /frameworks/base/core/java/android/os/
RecoverySystem.java 100 private static final File LAST_INSTALL_FILE = new File(RECOVERY_DIR, "last_install");
    [all...]

Completed in 105 milliseconds