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

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 36 private static final String LOG_FILE = "/sdcard/autotester.log";
119 writer = new FileWriter(LOG_FILE, true); // true = append
MonkeyGetFrameRateEvent.java 50 private static final String LOG_FILE = "/sdcard/avgFrameRateOut.txt";
83 writer = new FileWriter(LOG_FILE, true); // true = append
  /frameworks/base/core/java/android/os/
RecoverySystem.java 72 private static File LOG_FILE = new File(RECOVERY_DIR, "log");
375 LOG_FILE.delete();
399 // Record the tail of the LOG_FILE
402 log = FileUtils.readTextFile(LOG_FILE, -LOG_FILE_MAX_LENGTH, "...\n");
  /bootable/recovery/
recovery.c 53 static const char *LOG_FILE = "/cache/recovery/log";
268 copy_log_file(LOG_FILE, true);
  /external/oprofile/utils/
opcontrol 291 LOG_FILE="$SAMPLES_DIR/oprofiled.log"
    [all...]

Completed in 378 milliseconds