Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java195 File lib64Dir = new File(testDir, "lib64"); in run() local
196 if (lib64Dir.exists()) { in run()
197 ldLibraryPath.add(lib64Dir.getAbsolutePath()); in run()