Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java127 private String mLdLibraryPath = null; field in GTest
648 if (mLdLibraryPath != null) { in getGTestCmdLine()
649 gTestCmdLine.append(String.format("LD_LIBRARY_PATH=%s ", mLdLibraryPath)); in getGTestCmdLine()