Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestTest.java121 EasyMock.expect(mMockITestDevice.doesFileExist(GTest.DEFAULT_NATIVETEST_PATH)) in testRun_noTestDir()
145 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testRun()
185 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testRunFilterAbiPath()
224 GTest.DEFAULT_NATIVETEST_PATH, FileListingService.FILE_SEPARATOR, module); in testRun_moduleName()
246 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testRun_nested()
283 String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in doTestFilter()
367 String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testCommandTooLong()
461 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testRunXml()
499 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testNativeCoverageAllProcesses()
559 final String nativeTestPath = GTest.DEFAULT_NATIVETEST_PATH; in testNativeCoverageSpecificProcesses()
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTest.java54 static final String DEFAULT_NATIVETEST_PATH = "/data/nativetest"; field in GTest
60 private String mNativeTestDevicePath = DEFAULT_NATIVETEST_PATH;