Searched refs:mLdLibraryPath (Results 1 – 4 of 4) sorted by relevance
87 private String mLdLibraryPath = null; field in PythonBinaryHostTest215 mLdLibraryPath = Joiner.on(":").join(ldLibraryPath); in run()227 String path = mLdLibraryPath; in run()229 if (mLdLibraryPath != null) { in run()230 paths.add(0, mLdLibraryPath); in run()232 mLdLibraryPath = Joiner.on(":").join(paths); in run()235 mLdLibraryPath = path; in run()279 if (mLdLibraryPath != null) { in runSinglePythonFile()280 getRunUtil().setEnvVariable(LD_LIBRARY_PATH, mLdLibraryPath); in runSinglePythonFile()
87 private String mLdLibraryPath = null; field in RustTestBase225 } else if (mLdLibraryPath != null) { in ldLibraryPath()226 return mLdLibraryPath; in ldLibraryPath()
107 private String mLdLibraryPath = null; field in GoogleBenchmarkTest345 if (!Strings.isNullOrEmpty(mLdLibraryPath)) { in run()346 mLdCommand = String.format("LD_LIBRARY_PATH=%s ", mLdLibraryPath); in run()
138 private String mLdLibraryPath = null; field in GTestBase689 } else if (mLdLibraryPath != null) { in getGTestCmdLine()690 gTestCmdLine.append(String.format("LD_LIBRARY_PATH=%s ", mLdLibraryPath)); in getGTestCmdLine()