Searched refs:androidHostOut (Results 1 – 3 of 3) sorted by relevance
53 String androidHostOut = singleton.getEnv("ANDROID_HOST_OUT"); in getLdLibraryPath() local68 if (androidHostOut != null) { in getLdLibraryPath()69 libFile = new File(androidHostOut, lib); in getLdLibraryPath()
563 File androidHostOut = new File(mMockTestDir, "ANDROID_HOST_OUT"); in testCompileLdLibraryPath() local564 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()
560 protected String compileLdLibraryPathInner(String androidHostOut) { in compileLdLibraryPathInner() argument594 if (androidHostOut != null) { in compileLdLibraryPathInner()595 dirs.add(androidHostOut); in compileLdLibraryPathInner()