Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTestBase.java113 protected static final String PLATFORM_DIR; field in RenderTestBase
133 PLATFORM_DIR = getPlatformDir();
134 if (PLATFORM_DIR == null) {
188 nativeLibDirPath = PLATFORM_DIR + "/../../../../../lib64/"; in getNativeLibDirPath()
199 fontDir = PLATFORM_DIR + in getFontDir()
208 icuDataPath = PLATFORM_DIR + "/../../../../../com.android.i18n/etc/icu/icudt71l.dat"; in getIcuDataPath()
220 keyboardDir = PLATFORM_DIR + in getKeyboardDir()
378 File data_dir = new File(PLATFORM_DIR, "data"); in beforeClass()
396 File buildProp = new File(PLATFORM_DIR, "build.prop"); in beforeClass()