Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java84 private String mLdLibraryPath = null; field in PythonBinaryHostTest
200 mLdLibraryPath = Joiner.on(":").join(ldLibraryPath); in run()
251 if (mLdLibraryPath != null) { in runSinglePythonFile()
252 getRunUtil().setEnvVariable(LD_LIBRARY_PATH, mLdLibraryPath); in runSinglePythonFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestBase.java127 private String mLdLibraryPath = null; field in GTestBase
558 if (mLdLibraryPath != null) { in getGTestCmdLine()
559 gTestCmdLine.append(String.format("LD_LIBRARY_PATH=%s ", mLdLibraryPath)); in getGTestCmdLine()