Searched refs:JoinTargetPath (Results 1 – 12 of 12) sorted by relevance
/test/vts-testcase/kernel/ltp/ |
D | ltp_configs.py | 32 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')
|
D | environment_requirement_checker.py | 150 permission_command = "chmod 775 %s" % path_utils.JoinTargetPath(
|
/test/vts/testcases/template/hal_hidl_replay_test/ |
D | hal_hidl_replay_test.py | 74 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/ |
D | llvmfuzzer_test.py | 105 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/ |
D | LinuxKselftestTest.py | 120 chmod_cmd = "chmod -R 755 %s" % path_utils.JoinTargetPath( 122 cd_cmd = "cd %s" % path_utils.JoinTargetPath(
|
/test/vts-testcase/security/poc/host/ |
D | SecurityPoCKernelTest.py | 144 chmod_cmd = "chmod -R 755 %s" % path_utils.JoinTargetPath( 151 path_utils.JoinTargetPath(config.POC_TEST_DIR, testcase),
|
/test/vts/utils/python/os/ |
D | path_utils.py | 19 def JoinTargetPath(path, *paths): function
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_test_case.py | 104 output_file_path = path_utils.JoinTargetPath(
|
/test/vts/utils/python/coverage/ |
D | coverage_utils.py | 247 path = path_utils.JoinTargetPath(path, path_suffix) 322 path = path_utils.JoinTargetPath(TARGET_COVERAGE_PATH, pid)
|
/test/vts/utils/python/profiling/ |
D | profiling_utils.py | 156 target_trace_file = path_utils.JoinTargetPath(
|
/test/vts-testcase/vndk/dependency/ |
D | VtsVndkDependencyTest.py | 230 target_path = path_utils.JoinTargetPath(
|
/test/vts/testcases/template/binary_test/ |
D | binary_test.py | 396 dst = path_utils.JoinTargetPath(parent, os.path.basename(src))
|