Searched refs:lib64Dir (Results 1 – 1 of 1) sorted by relevance
195 File lib64Dir = new File(testDir, "lib64"); in run() local196 if (lib64Dir.exists()) { in run()197 ldLibraryPath.add(lib64Dir.getAbsolutePath()); in run()