Searched refs:testPath2 (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GTestTest.java | 149 final String testPath2 = String.format("%s/%s", nativeTestPath, test2); in testRun() local 158 EasyMock.expect(mMockITestDevice.isDirectory(testPath2)).andReturn(false); in testRun() 160 EasyMock.expect(mMockITestDevice.isExecutable(testPath2)).andReturn(true); in testRun() 188 final String testPath2 = String.format("%s/%s", nativeTestPath, test2); in testRunFilterAbiPath() local 197 EasyMock.expect(mMockITestDevice.isDirectory(testPath2)).andReturn(false); in testRunFilterAbiPath() 199 EasyMock.expect(mMockITestDevice.isExecutable(testPath2)).andReturn(true); in testRunFilterAbiPath() 465 final String testPath2 = String.format("%s/%s", nativeTestPath, test2); in testRunXml() local 472 EasyMock.expect(mMockITestDevice.isDirectory(testPath2)).andReturn(false); in testRunXml() 473 EasyMock.expect(mMockITestDevice.isExecutable(testPath2)).andReturn(true); in testRunXml() 477 mMockITestDevice.deleteFile(testPath2 + "_res.xml"); in testRunXml() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/ |
D | RustBinaryTestTest.java | 216 final String testPath2 = String.format("%s/%s", testPath, test2); in testRun() local 226 EasyMock.expect(mMockITestDevice.isDirectory(testPath2)).andReturn(false); in testRun() 227 EasyMock.expect(mMockITestDevice.isExecutable(testPath2)).andReturn(true); in testRun() 234 mockCountTests(testPath2, runListOutput(7)); in testRun() 310 final String testPath2 = String.format("%s/%s", testPath, test2); in testNativeCoverageAllProcesses() local 334 EasyMock.expect(mMockITestDevice.isDirectory(testPath2)).andReturn(false); in testNativeCoverageAllProcesses() 336 EasyMock.expect(mMockITestDevice.isExecutable(testPath2)).andReturn(true); in testNativeCoverageAllProcesses() 379 mockCountTests("GCOV_PREFIX=/data/misc/trace/testcoverage " + testPath2, runListOutput(1)); in testNativeCoverageAllProcesses() 404 final String testPath2 = String.format("%s/%s", testPath, test2); in testNativeCoverageSpecificProcesses() local 435 EasyMock.expect(mMockITestDevice.isDirectory(testPath2)).andReturn(false); in testNativeCoverageSpecificProcesses() [all …]
|