Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostGTestTest.java196 buildInfo.setFile(BuildInfoKey.BuildInfoFileKey.HOST_LINKED_DIR, hostLinkedFolder, "0.0"); in testRunTest()
225 buildInfo.setFile(BuildInfoKey.BuildInfoFileKey.HOST_LINKED_DIR, hostLinkedFolder, "0.0"); in testRun_priority_get_testcase_from_hostlinked_folder()
291 buildInfo.setFile(BuildInfoKey.BuildInfoFileKey.HOST_LINKED_DIR, hostLinkedFolder, "0.0"); in testRun_withSuffix()
315 buildInfo.setFile(BuildInfoKey.BuildInfoFileKey.HOST_LINKED_DIR, hostLinkedFolder, "0.0"); in testBeforeCmdError()
341 buildInfo.setFile(BuildInfoKey.BuildInfoFileKey.HOST_LINKED_DIR, hostLinkedFolder, "0.0"); in testTestFailureHandledCorrectly()
362 buildInfo.setFile(BuildInfoKey.BuildInfoFileKey.HOST_LINKED_DIR, hostLinkedFolder, "0.0"); in testAbnormalTestCmdExitHandled()
385 buildInfo.setFile(BuildInfoKey.BuildInfoFileKey.HOST_LINKED_DIR, hostLinkedFolder, "0.0"); in testBothStdoutAndStderrCollected()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardBuildCloner.java89 .equals(primaryBuild.getFile(BuildInfoFileKey.HOST_LINKED_DIR))) { in cloneBuildInfos()
92 primaryClone.getFile(BuildInfoFileKey.HOST_LINKED_DIR)); in cloneBuildInfos()
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DDeviceBuildInfoTest.java101 mBuildInfo.setFile(BuildInfoFileKey.HOST_LINKED_DIR, mHostLinkedDir, "v1"); in testCloneWithProperties()
114 assertEquals(mHostLinkedDir, copy.getFile(BuildInfoFileKey.HOST_LINKED_DIR)); in testCloneWithProperties()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java405 info.setFile(BuildInfoFileKey.HOST_LINKED_DIR, buildFile, "1"); in testBackFill()
422 .containsKey(BuildInfoFileKey.HOST_LINKED_DIR.toString())); in testBackFill()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/build/
DBuildInfoKey.java45 HOST_LINKED_DIR("host_testcases", false), enumConstant
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DSandboxedInvocationExecution.java95 File hostDir = primaryBuild.getFile(BuildInfoFileKey.HOST_LINKED_DIR); in backFillTestInformation()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java80 File targetTestCases = deviceBuild.getFile(BuildInfoFileKey.HOST_LINKED_DIR); in findBinary()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostGTest.java207 File hostLinkedDir = mBuildInfo.getFile(BuildInfoFileKey.HOST_LINKED_DIR); in run()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DBaseTestSuite.java299 File hostSubDir = getBuildInfo().getFile(BuildInfoFileKey.HOST_LINKED_DIR); in loadTests()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java74 BuildInfoFileKey.HOST_LINKED_DIR.getFileKey(),
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java809 BuildInfoFileKey.HOST_LINKED_DIR.getFileKey());
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunnerTest.java451 EasyMock.expect(mockBuildInfo.getFile(BuildInfoFileKey.HOST_LINKED_DIR)) in testLoadTests_testMappingsZipHostTests()