Searched refs:testPath1 (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/ |
D | RustBinaryTestTest.java | 215 final String testPath1 = String.format("%s/%s", testPath, test1); in testRun() local 224 EasyMock.expect(mMockITestDevice.isDirectory(testPath1)).andReturn(false); in testRun() 225 EasyMock.expect(mMockITestDevice.isExecutable(testPath1)).andReturn(true); in testRun() 229 mockCountTests(testPath1, runListOutput(3)); in testRun() 309 final String testPath1 = String.format("%s/%s", testPath, test1); in testNativeCoverageAllProcesses() local 331 EasyMock.expect(mMockITestDevice.isDirectory(testPath1)).andReturn(false); in testNativeCoverageAllProcesses() 333 EasyMock.expect(mMockITestDevice.isExecutable(testPath1)).andReturn(true); in testNativeCoverageAllProcesses() 375 mockCountTests("GCOV_PREFIX=/data/misc/trace/testcoverage " + testPath1, runListOutput(1)); in testNativeCoverageAllProcesses() 403 final String testPath1 = String.format("%s/%s", testPath, test1); in testNativeCoverageSpecificProcesses() local 432 EasyMock.expect(mMockITestDevice.isDirectory(testPath1)).andReturn(false); in testNativeCoverageSpecificProcesses() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GTestTest.java | 148 final String testPath1 = String.format("%s/%s", nativeTestPath, test1); in testRun() local 155 EasyMock.expect(mMockITestDevice.isDirectory(testPath1)).andReturn(false); in testRun() 157 EasyMock.expect(mMockITestDevice.isExecutable(testPath1)).andReturn(true); in testRun() 464 final String testPath1 = String.format("%s/%s", nativeTestPath, test1); in testRunXml() local 470 EasyMock.expect(mMockITestDevice.isDirectory(testPath1)).andReturn(false); in testRunXml() 471 EasyMock.expect(mMockITestDevice.isExecutable(testPath1)).andReturn(true); in testRunXml() 476 mMockITestDevice.deleteFile(testPath1 + "_res.xml"); in testRunXml() 502 final String testPath1 = String.format("%s/%s", nativeTestPath, test1); in testNativeCoverageAllProcesses() local 517 EasyMock.expect(mMockITestDevice.isDirectory(testPath1)).andReturn(false); in testNativeCoverageAllProcesses() 519 EasyMock.expect(mMockITestDevice.isExecutable(testPath1)).andReturn(true); in testNativeCoverageAllProcesses() [all …]
|