Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustTestBase.java96 private String mLdLibraryPath32 = null; field in RustTestBase
221 if (mLdLibraryPath32 != null && "32".equals(getAbi().getBitness())) { in ldLibraryPath()
222 return mLdLibraryPath32; in ldLibraryPath()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestBase.java147 private String mLdLibraryPath32 = null; field in GTestBase
685 if (mLdLibraryPath32 != null && "32".equals(getAbi().getBitness())) { in getGTestCmdLine()
686 gTestCmdLine.append(String.format("LD_LIBRARY_PATH=%s ", mLdLibraryPath32)); in getGTestCmdLine()