Home
last modified time | relevance | path

Searched refs:LD_LIBRARY_PATH (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java59 private static final String LD_LIBRARY_PATH = "LD_LIBRARY_PATH"; field in ExecutableHostTest
125 runUtil.setEnvVariable(LD_LIBRARY_PATH, ldLibraryPath); in runBinary()
/tools/asuite/atest/bazel/resources/rules/
Dtradefed_test.sh.template17 export LD_LIBRARY_PATH="${SHARED_LIB_DIRS}"
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java76 protected static final String LD_LIBRARY_PATH = "LD_LIBRARY_PATH"; field in PythonBinaryHostTest
280 getRunUtil().setEnvVariable(LD_LIBRARY_PATH, mLdLibraryPath); in runSinglePythonFile()
/tools/asuite/atest/
Dconstants_default.py66 LD_LIBRARY_PATH = 'LD_LIBRARY_PATH' variable
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java462 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLibInHostTestsDir()
526 PythonBinaryHostTest.LD_LIBRARY_PATH, in testRun_withSharedLib()