Searched refs:mLdLibraryPath32 (Results 1 – 2 of 2) sorted by relevance
96 private String mLdLibraryPath32 = null; field in RustTestBase221 if (mLdLibraryPath32 != null && "32".equals(getAbi().getBitness())) { in ldLibraryPath()222 return mLdLibraryPath32; in ldLibraryPath()
147 private String mLdLibraryPath32 = null; field in GTestBase685 if (mLdLibraryPath32 != null && "32".equals(getAbi().getBitness())) { in getGTestCmdLine()686 gTestCmdLine.append(String.format("LD_LIBRARY_PATH=%s ", mLdLibraryPath32)); in getGTestCmdLine()