Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DTestRunnerUtil.java53 String androidHostOut = singleton.getEnv("ANDROID_HOST_OUT"); in getLdLibraryPath() local
68 if (androidHostOut != null) { in getLdLibraryPath()
69 libFile = new File(androidHostOut, lib); in getLdLibraryPath()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DIsolatedHostTestTest.java563 File androidHostOut = new File(mMockTestDir, "ANDROID_HOST_OUT"); in testCompileLdLibraryPath() local
564 androidHostOut.mkdirs(); in testCompileLdLibraryPath()
565 makeDirAndAddToList(androidHostOut, "lib", paths); in testCompileLdLibraryPath()
566 makeDirAndAddToList(androidHostOut, "lib64", paths); in testCompileLdLibraryPath()
570 mHostTest.compileLdLibraryPathInner(androidHostOut.getAbsolutePath()); in testCompileLdLibraryPath()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java560 protected String compileLdLibraryPathInner(String androidHostOut) { in compileLdLibraryPathInner() argument
594 if (androidHostOut != null) { in compileLdLibraryPathInner()
595 dirs.add(androidHostOut); in compileLdLibraryPathInner()