Searched refs:PATH (Results 1 – 12 of 12) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | XmlResultReporterTest.java | 33 private static final String PATH = "path"; field in XmlResultReporterTest 44 return new LogFile(PATH, URL, dataType); in saveLogData() 49 return new LogFile(PATH, URL, type); in saveLogDataRaw() 54 return new LogFile(PATH, URL, LogDataType.DIR); in getLogReportDir()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | PythonVirtualenvPreparer.java | 44 private static final String PATH = "PATH"; field in PythonVirtualenvPreparer 137 String path = System.getenv(PATH); in activate() 138 mRunUtil.setEnvVariable(PATH, binDir + ":" + path); in activate()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 120 private static final String PATH = "path"; field in TestInvocationTest 595 .andReturn(new LogFile(PATH, URL, LogDataType.TEXT)); in testInvoke_resume() 601 .andReturn(new LogFile(PATH, URL, LogDataType.TEXT)); in testInvoke_resume() 607 .andReturn(new LogFile(PATH, URL, LogDataType.TEXT)); in testInvoke_resume() 613 .andReturn(new LogFile(PATH, URL, LogDataType.TEXT)); in testInvoke_resume() 665 .andReturn(new LogFile(PATH, URL, LogDataType.TEXT)); in testInvoke_resume() 671 .andReturn(new LogFile(PATH, URL, LogDataType.TEXT)); in testInvoke_resume() 677 .andReturn(new LogFile(PATH, URL, LogDataType.TEXT)); in testInvoke_resume() 683 .andReturn(new LogFile(PATH, URL, LogDataType.TEXT)); in testInvoke_resume() 1129 .andReturn(new LogFile(PATH, URL, LogDataType.TEXT)); in setupMockListeners() [all …]
|
/tools/repohooks/tools/ |
D | android_test_mapping_format.py | 36 PATH = 'path' variable 68 if entry.keys()[0] != PATH:
|
D | checkpatch.pl | 1135 foreach my $path (split(/:/, $ENV{PATH})) {
|
/tools/trebuchet/ |
D | README.md | 15 …StartupAnalyzerKt program placed into a directory that is a member of the PATH system variable. I… 19 …artupSummarizerKt program placed into a directory that is a member of the PATH system variable. I…
|
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
/tools/tradefederation/core/ |
D | script_help.sh | 49 echo "$PATH"
|
/tools/metalava/ |
D | gradlew.bat | 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
/tools/repohooks/ |
D | README.md | 193 default it will call those tools from the user's `$PATH`, but the paths of those 245 instead of relying on the version that is in $PATH.
|
/tools/tradefederation/core/atest/docs/ |
D | develop_test_runners.md | 50 command can not be found in ```$PATH```.
|
/tools/acloud/ |
D | README.md | 15 Add acloud to your $PATH by lunching your environment.
|