Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java66 private String mNativeTestDevicePath = DEFAULT_NATIVETEST_PATH; field in GTest
425 StringBuilder testPath = new StringBuilder(mNativeTestDevicePath); in getTestPath()