HomeSort by relevance Sort by last modified time
    Searched refs:path_utils (Results 1 - 20 of 20) sorted by null

  /test/vts-testcase/kernel/ltp/
ltp_configs.py 19 from vts.utils.python.os import path_utils
31 TMP = path_utils.JoinTargetPath(LTPDIR, 'tmp')
33 TMPBASE = path_utils.JoinTargetPath(TMP, 'tmpbase')
35 LTPTMP = path_utils.JoinTargetPath(TMP, 'ltptemp')
37 TMPDIR = path_utils.JoinTargetPath(TMP, 'tmpdir')
39 LTPBINPATH = path_utils.JoinTargetPath(LTPDIR, 'testcases', 'bin')
test_case.py 20 from vts.utils.python.os import path_utils
104 tokens[0] = path_utils.JoinTargetPath(ltp_configs.LTPBINPATH,
138 return [path_utils.JoinTargetPath(ltp_bin_path, executable)
environment_requirement_checker.py 24 from vts.utils.python.os import path_utils
149 permission_command = "chmod 775 %s" % path_utils.JoinTargetPath(
  /test/vts/testcases/template/hal_hidl_replay_test/
hal_hidl_replay_test.py 27 from vts.utils.python.os import path_utils
52 path_utils.JoinTargetPath(self.data_file_path,
54 path_utils.JoinTargetPath(self.DEVICE_TMP_DIR,
100 custom_ld_library_path = path_utils.JoinTargetPath(self.DEVICE_TMP_DIR,
102 driver_binary_path = path_utils.JoinTargetPath(
105 target_vts_driver_file_path = path_utils.JoinTargetPath(
118 trace_path = path_utils.JoinTargetPath(
140 target_trace_path = path_utils.JoinTargetPath(
  /test/vts-testcase/fuzz/template/libfuzzer_test/
libfuzzer_test_case.py 19 from vts.utils.python.os import path_utils
44 corpus_dir = path_utils.JoinTargetPath(
  /test/vts/testcases/template/llvmfuzzer_test/
llvmfuzzer_test.py 28 from vts.utils.python.os import path_utils
98 lambda x: path_utils.JoinTargetPath(config.FUZZER_SPEC_DIR, x),
139 corpus_dir = path_utils.JoinTargetPath(
145 corpus_entry_file = path_utils.JoinTargetPath(
166 chmod_cmd = "chmod -R 755 %s" % path_utils.JoinTargetPath(
  /test/vts-testcase/kernel/linux_kselftest/
LinuxKselftestTest.py 26 from vts.utils.python.os import path_utils
121 chmod_cmd = "chmod -R 755 %s" % path_utils.JoinTargetPath(
123 cd_cmd = "cd %s" % path_utils.JoinTargetPath(
  /test/vts-testcase/vndk/dependency/
VtsVndkDependencyTest.py 30 from vts.utils.python.os import path_utils
108 self.name = path_utils.TargetBaseName(target_path)
109 self.target_dir = path_utils.TargetDirName(target_path)
146 target_path = path_utils.JoinTargetPath(
257 vndk_sp_names = set(path_utils.TargetBaseName(x) for x in vndk_sp_paths)
291 path_utils.TargetDirName(self._TARGET_VENDOR_DIR),
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.py 36 import path_utils
61 script_dir = path_utils.ScriptDir()
  /external/autotest/server/cros/network/
packet_capturer.py 13 from autotest_lib.client.common_lib.cros import path_utils
40 path_utils.get_install_path('ifconfig', host=host))
41 cmd_iw = cmd_iw or path_utils.get_install_path('iw', host=host)
42 cmd_ip = cmd_ip or path_utils.get_install_path('ip', host=host)
44 path_utils.get_install_path('tcpdump', host=host))
arping_runner.py 8 from autotest_lib.client.common_lib.cros import path_utils
20 self._arping_command = path_utils.must_be_installed(
netperf_runner.py 13 from autotest_lib.client.common_lib.cros import path_utils
493 self._command_netserv = path_utils.must_be_installed(
495 self._command_netperf = path_utils.must_be_installed(
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.py 33 import path_utils
76 script_dir = path_utils.ScriptDir()
  /test/vts-testcase/security/poc/host/
SecurityPoCKernelTest.py 29 from vts.utils.python.os import path_utils
140 chmod_cmd = "chmod -R 755 %s" % path_utils.JoinTargetPath(
147 path_utils.JoinTargetPath(config.POC_TEST_DIR, testcase),
  /test/vts/testcases/template/binary_test/
binary_test.py 28 from vts.utils.python.os import path_utils
323 dir_set = set(path_utils.TargetDirName(dst) for dst in paths)
371 dst = path_utils.JoinTargetPath(self.working_directory[tag],
374 dst = path_utils.JoinTargetPath(
404 path_utils.TargetBaseName(path),
  /external/autotest/server/
site_linux_system.py 13 from autotest_lib.client.common_lib.cros import path_utils
82 cmd_iw = path_utils.must_be_installed('/usr/sbin/iw', host=self.host)
83 self.cmd_ip = path_utils.must_be_installed('/usr/sbin/ip',
85 self.cmd_readlink = '%s -l' % path_utils.must_be_installed(
site_linux_router.py 14 from autotest_lib.client.common_lib.cros import path_utils
115 self.cmd_send_management_frame = path_utils.must_be_installed(
169 self.cmd_hostapd = path_utils.must_be_installed(
171 self.cmd_hostapd_cli = path_utils.must_be_installed(
173 self.cmd_wpa_supplicant = path_utils.must_be_installed(
    [all...]
  /test/vts/utils/python/profiling/
profiling_utils.py 26 from vts.utils.python.os import path_utils
118 target_trace_file = path_utils.JoinTargetPath(
  /external/autotest/client/common_lib/hosts/
base_classes.py 21 from autotest_lib.client.common_lib.cros import path_utils
473 cmd_uname = path_utils.must_be_installed('/bin/uname', host=self)
482 cmd_uname = path_utils.must_be_installed('/bin/uname', host=self)
  /external/libmojo/
Android.mk 57 base/android/path_utils.cc \

Completed in 441 milliseconds