OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logOutput
(Results
1 - 2
of
2
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java
400
Writer
logOutput
= null;
408
logOutput
=
419
logOutput
.write(s);
420
logOutput
.write("\n");
429
if (
logOutput
!= null) {
430
logOutput
.close();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java
499
File obfuscatedJar, File
logOutput
)
531
if (
logOutput
!= null) {
532
if (
logOutput
.isDirectory() == false) {
533
logOutput
.mkdirs();
537
command.add(new File(
logOutput
, "dump.txt").getAbsolutePath()); //$NON-NLS-1$
540
command.add(new File(
logOutput
, "seeds.txt").getAbsolutePath()); //$NON-NLS-1$
543
command.add(new File(
logOutput
, "usage.txt").getAbsolutePath()); //$NON-NLS-1$
546
command.add(new File(
logOutput
, "mapping.txt").getAbsolutePath()); //$NON-NLS-1$
[
all
...]
Completed in 33 milliseconds