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

  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 404 Writer logOutput = null;
412 logOutput =
423 logOutput.write(s);
424 logOutput.write("\n");
433 if (logOutput != null) {
434 logOutput.close();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 462 File obfuscatedJar, File logOutput)
497 if (logOutput != null) {
498 if (logOutput.isDirectory() == false) {
499 logOutput.mkdirs();
503 command.add(new File(logOutput, "dump.txt").getAbsolutePath()); //$NON-NLS-1$
506 command.add(new File(logOutput, "seeds.txt").getAbsolutePath()); //$NON-NLS-1$
509 command.add(new File(logOutput, "usage.txt").getAbsolutePath()); //$NON-NLS-1$
512 command.add(new File(logOutput, "mapping.txt").getAbsolutePath()); //$NON-NLS-1$
    [all...]

Completed in 156 milliseconds