Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfoKey.java38 TARGET_LINKED_DIR("target_testcases"), enumConstant
DDeviceBuildInfo.java34 BuildInfoFileKey.TARGET_LINKED_DIR.getFileKey()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DPushFilePreparer.java111 File targetTestCases = deviceBuild.getFile(BuildInfoFileKey.TARGET_LINKED_DIR); in resolveRelativeFilePath()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPushFilePreparerTest.java149 EasyMock.expect(buildInfo.getFile(BuildInfoFileKey.TARGET_LINKED_DIR)).andReturn(null); in testResolveRelativeFilePath_withDeviceBuildInfo()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java526 BuildInfoFileKey.TARGET_LINKED_DIR.getFileKey()); in updateBuild()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1722 EasyMock.contains(BuildInfoFileKey.TARGET_LINKED_DIR.getFileKey()), in testInvoke_deviceInfoBuild_withEnv()
1742 .startsWith(BuildInfoFileKey.TARGET_LINKED_DIR.getFileKey())); in testInvoke_deviceInfoBuild_withEnv()