Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java87 private String mLdLibraryPath = null; field in PythonBinaryHostTest
215 mLdLibraryPath = Joiner.on(":").join(ldLibraryPath); in run()
227 String path = mLdLibraryPath; in run()
229 if (mLdLibraryPath != null) { in run()
230 paths.add(0, mLdLibraryPath); in run()
232 mLdLibraryPath = Joiner.on(":").join(paths); in run()
235 mLdLibraryPath = path; in run()
279 if (mLdLibraryPath != null) { in runSinglePythonFile()
280 getRunUtil().setEnvVariable(LD_LIBRARY_PATH, mLdLibraryPath); in runSinglePythonFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustTestBase.java87 private String mLdLibraryPath = null; field in RustTestBase
225 } else if (mLdLibraryPath != null) { in ldLibraryPath()
226 return mLdLibraryPath; in ldLibraryPath()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java107 private String mLdLibraryPath = null; field in GoogleBenchmarkTest
345 if (!Strings.isNullOrEmpty(mLdLibraryPath)) { in run()
346 mLdCommand = String.format("LD_LIBRARY_PATH=%s ", mLdLibraryPath); in run()
DGTestBase.java138 private String mLdLibraryPath = null; field in GTestBase
689 } else if (mLdLibraryPath != null) { in getGTestCmdLine()
690 gTestCmdLine.append(String.format("LD_LIBRARY_PATH=%s ", mLdLibraryPath)); in getGTestCmdLine()