Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/ltp/
Dltp_configs.py32 TMP = path_utils.JoinTargetPath(LTPDIR, 'tmp')
34 TMPBASE = path_utils.JoinTargetPath(TMP, 'tmpbase')
36 LTPTMP = path_utils.JoinTargetPath(TMP, 'ltptemp')
38 TMPDIR = path_utils.JoinTargetPath(TMP, 'tmpdir')
40 LTPBINPATH = path_utils.JoinTargetPath(LTPDIR, 'testcases', 'bin')
Denvironment_requirement_checker.py150 permission_command = "chmod 775 %s" % path_utils.JoinTargetPath(
/test/vts/testcases/template/hal_hidl_replay_test/
Dhal_hidl_replay_test.py74 self.replayer_binary_path = path_utils.JoinTargetPath(
77 self.custom_ld_library_path = path_utils.JoinTargetPath(
82 target_trace_path = path_utils.JoinTargetPath(
85 path_utils.JoinTargetPath(self.data_file_path,
159 target_trace_path = path_utils.JoinTargetPath(
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py105 lambda x: path_utils.JoinTargetPath(config.FUZZER_SPEC_DIR, x),
145 corpus_dir = path_utils.JoinTargetPath(config.FUZZER_TEST_DIR,
151 corpus_entry_file = path_utils.JoinTargetPath(
172 chmod_cmd = "chmod -R 755 %s" % path_utils.JoinTargetPath(
/test/vts-testcase/kernel/linux_kselftest/
DLinuxKselftestTest.py120 chmod_cmd = "chmod -R 755 %s" % path_utils.JoinTargetPath(
122 cd_cmd = "cd %s" % path_utils.JoinTargetPath(
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py144 chmod_cmd = "chmod -R 755 %s" % path_utils.JoinTargetPath(
151 path_utils.JoinTargetPath(config.POC_TEST_DIR, testcase),
/test/vts/utils/python/os/
Dpath_utils.py19 def JoinTargetPath(path, *paths): function
/test/vts/testcases/template/gtest_binary_test/
Dgtest_test_case.py104 output_file_path = path_utils.JoinTargetPath(
/test/vts/utils/python/coverage/
Dcoverage_utils.py247 path = path_utils.JoinTargetPath(path, path_suffix)
322 path = path_utils.JoinTargetPath(TARGET_COVERAGE_PATH, pid)
/test/vts/utils/python/profiling/
Dprofiling_utils.py156 target_trace_file = path_utils.JoinTargetPath(
/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py230 target_path = path_utils.JoinTargetPath(
/test/vts/testcases/template/binary_test/
Dbinary_test.py396 dst = path_utils.JoinTargetPath(parent, os.path.basename(src))