Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTestBase.java178 String nativeLibDirPath = System.getProperty(NATIVE_LIB_PATH_PROPERTY); in getNativeLibDirPath() local
179 if (nativeLibDirPath != null) { in getNativeLibDirPath()
180 File nativeLibDir = new File(nativeLibDirPath); in getNativeLibDirPath()
182 nativeLibDirPath = nativeLibDir.getAbsolutePath(); in getNativeLibDirPath()
184 nativeLibDirPath = null; in getNativeLibDirPath()
187 if (nativeLibDirPath == null) { in getNativeLibDirPath()
188 nativeLibDirPath = PLATFORM_DIR + "/../../../../../lib64/"; in getNativeLibDirPath()
190 return nativeLibDirPath; in getNativeLibDirPath()