Searched refs:mLdLibraryPath (Results 1 – 2 of 2) sorted by relevance
84 private String mLdLibraryPath = null; field in PythonBinaryHostTest200 mLdLibraryPath = Joiner.on(":").join(ldLibraryPath); in run()251 if (mLdLibraryPath != null) { in runSinglePythonFile()252 getRunUtil().setEnvVariable(LD_LIBRARY_PATH, mLdLibraryPath); in runSinglePythonFile()
127 private String mLdLibraryPath = null; field in GTestBase558 if (mLdLibraryPath != null) { in getGTestCmdLine()559 gTestCmdLine.append(String.format("LD_LIBRARY_PATH=%s ", mLdLibraryPath)); in getGTestCmdLine()