Home
last modified time | relevance | path

Searched refs:PATH_VAR (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java64 private static final String PATH_VAR = "PATH"; field in MoblyBinaryHostTest
216 .runTimedCmd(PATH_TIMEOUT_MS, "/bin/bash", "-c", "echo $" + PATH_VAR); in updateAdb()
232 getRunUtil().setEnvVariable(PATH_VAR, path); in updateAdb()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java72 protected static final String PATH_VAR = "PATH"; field in PythonBinaryHostTest
287 .runTimedCmd(PATH_TIMEOUT_MS, "/bin/bash", "-c", "echo $" + PATH_VAR); in runSinglePythonFile()
303 getRunUtil().setEnvVariable(PATH_VAR, path); in runSinglePythonFile()