Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 25 of 31) sorted by relevance

12

/tools/asuite/atest/integration_tests/
Dbuild_atest_integration_tests.sh95 export PATH=${PWD}/prebuilts/build-tools/path/linux-x86:${PWD}/build/bazel/bin:${PWD}/out/host/linu…
99 export PATH=${ANDROID_JAVA_HOME}/bin:${PATH}
/tools/asuite/adevice/integration_tests/
Dbuild_adevice_integration_tests.sh95 export PATH=${PWD}/prebuilts/build-tools/path/linux-x86:${PWD}/build/bazel/bin:${PWD}/out/host/linu…
99 export PATH=${ANDROID_JAVA_HOME}/bin:${PATH}
/tools/tradefederation/core/test_framework/com/android/tradefed/util/
DPythonVirtualenvHelper.java27 private static final String PATH = "PATH"; field in PythonVirtualenvHelper
78 runUtil.setEnvVariable(PATH, pythonBinDir + separater + System.getenv().get(PATH)); in activate()
83 CLog.d("%s: %s", PATH, pythonBinDir + separater + System.getenv().get(PATH)); in activate()
DDeviceActionUtil.java51 private static final String PATH = "PATH"; field in DeviceActionUtil
236 return Splitter.on(File.pathSeparator).splitToList(System.getenv(PATH)).stream() in findExecutableOnPath()
/tools/asuite/atest/bazel/resources/
Dbazel.sh16 PROCESS_PATH="${JDK_PATH}"/bin:"${PATH}"
19 PATH="${PROCESS_PATH}" \
/tools/asuite/atest/bazel/resources/rules/device/
Dcreate_cuttlefish.sh.template16 export PATH="${LOCAL_TOOL}:${PATH_ADDITIONS}:${PATH}"
/tools/ndkports/openssl/
Dbuild.gradle.kts36 env("PATH", "${toolchain.binDir}:${System.getenv("PATH")}") in <lambda>()
43 env("PATH", "${toolchain.binDir}:${System.getenv("PATH")}") in <lambda>()
50 env("PATH", "${toolchain.binDir}:${System.getenv("PATH")}") in <lambda>()
/tools/asuite/atest/bazel/resources/rules/
Dtradefed_test.sh.template19 export PATH="${PATH_ADDITIONS}:${PATH}"
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DXmlResultReporterTest.java38 private static final String PATH = "path"; field in XmlResultReporterTest
49 return new LogFile(PATH, URL, dataType); in saveLogData()
54 return new LogFile(PATH, URL, type); in saveLogDataRaw()
59 return new LogFile(PATH, URL, LogDataType.DIR); in getLogReportDir()
/tools/asuite/atest/bazel/scripts/
Dgen_workspace_archive.sh51 export PATH=`pwd`/prebuilts/build-tools/path/linux-x86:${PATH}
/tools/metalava/
DDOWNLOADING.md10 PATH=~/bin:$PATH
Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/tools/asuite/atest/
Datest_completion.sh215 PATH=$PREBUILT_TOOLS_DIR:$PATH $atest_dev "$@"
/tools/trebuchet/
DREADME.md15 …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…
Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/tools/tradefederation/core/
Dscript_help.sh56 >&2 echo "$PATH"
/tools/asuite/atest/java/
Datest_script_help.sh49 >&2 echo "$PATH"
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DAutoconfPortTask.kt59 "PATH" to "${toolchain.binDir}:${System.getenv("PATH")}" in autoconf()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationTest.java131 private static final String PATH = "path"; field in TestInvocationTest
545 doReturn(new LogFile(PATH, URL, LogDataType.TEXT)) in stubMockListeners()
553 doReturn(new LogFile(PATH, URL, LogDataType.TEXT)) in stubMockListeners()
563 doReturn(new LogFile(PATH, URL, LogDataType.TEXT)) in stubMockListeners()
580 doReturn(new LogFile(PATH, URL, LogDataType.TEXT)) in stubMockListeners()
589 doReturn(new LogFile(PATH, URL, LogDataType.TEXT)) in stubMockListeners()
598 doReturn(new LogFile(PATH, URL, LogDataType.HOST_LOG)) in stubMockListeners()
606 doReturn(new LogFile(PATH, URL, LogDataType.HOST_LOG)) in stubMockListeners()
/tools/asuite/asuite_plugin/
Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/tools/ndkports/
Dgradlew.bat46 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/tools/netsim/ui/
DCMakeLists.txt18 CACHE PATH "The directory the netsim web UI is installed in")
/tools/apksig/
Dgradlew.bat47 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/tools/external_updater/
DAndroid.bp182 // in PATH is just a launcher), which our Python can't do (the SSL module's
/tools/asuite/atest/docs/
Ddevelop_test_runners.md50 command can not be found in ```$PATH```.

12