Home
last modified time | relevance | path

Searched refs:HOST_TESTS_DIRECTORY (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardBuildCloner.java86 if (execFiles.get(FilesKey.HOST_TESTS_DIRECTORY) != null) { in cloneBuildInfos()
88 .get(FilesKey.HOST_TESTS_DIRECTORY) in cloneBuildInfos()
91 FilesKey.HOST_TESTS_DIRECTORY, in cloneBuildInfos()
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DSandboxedInvocationExecution.java94 if (execFiles.get(FilesKey.HOST_TESTS_DIRECTORY) == null) { in backFillTestInformation()
97 execFiles.put(FilesKey.HOST_TESTS_DIRECTORY, hostDir, true); in backFillTestInformation()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DExecutionFiles.java43 HOST_TESTS_DIRECTORY enumConstant
DTestInformation.java198 FilesKey hostOrTarget = FilesKey.HOST_TESTS_DIRECTORY; in getFromEnv()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java104 mTestInfo.executionFiles().put(FilesKey.HOST_TESTS_DIRECTORY, new File("/path-not-exist")); in setUp()
353 mTestInfo.executionFiles().put(FilesKey.HOST_TESTS_DIRECTORY, hostTestsDir); in testRun_withSharedLibInHostTestsDir()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java181 File testDir = mTestInfo.executionFiles().get(FilesKey.HOST_TESTS_DIRECTORY); in run()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java803 if (testInfo.executionFiles().get(FilesKey.HOST_TESTS_DIRECTORY) == null) {
812 .put(FilesKey.HOST_TESTS_DIRECTORY, hostTestCases, true);
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java418 .containsKey(FilesKey.HOST_TESTS_DIRECTORY.toString())); in testBackFill()