Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java552 return compileLdLibraryPathInner(getEnvironment("ANDROID_HOST_OUT")); in compileLdLibraryPath()
560 protected String compileLdLibraryPathInner(String androidHostOut) { in compileLdLibraryPathInner() method in IsolatedHostTest
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DIsolatedHostTestTest.java166 assertEquals(expectedLdLibraryPath, mHostTest.compileLdLibraryPathInner(null)); in testRavenwoodResourcesPositive()
570 mHostTest.compileLdLibraryPathInner(androidHostOut.getAbsolutePath()); in testCompileLdLibraryPath()