Searched refs:Path (Results 1 – 22 of 22) sorted by relevance
| /tools/testing/selftests/net/lib/py/ |
| A D | consts.py | 4 from pathlib import Path 6 KSFT_DIR = (Path(__file__).parent / "../../..").resolve() 7 KSRC = (Path(__file__).parent / "../../../../../..").resolve() 9 KSFT_MAIN_NAME = Path(sys.argv[0]).with_suffix("").name
|
| A D | ynl.py | 4 from pathlib import Path 36 super().__init__((SPEC_PATH / Path('ethtool.yaml')).as_posix(), 42 super().__init__((SPEC_PATH / Path('rt-link.yaml')).as_posix(), 47 super().__init__((SPEC_PATH / Path('rt-addr.yaml')).as_posix(), 52 super().__init__((SPEC_PATH / Path('netdev.yaml')).as_posix(), 57 super().__init__((SPEC_PATH / Path('net_shaper.yaml')).as_posix(), 62 super().__init__((SPEC_PATH / Path('devlink.yaml')).as_posix(),
|
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | __init__.py | 4 from pathlib import Path 6 KSFT_DIR = (Path(__file__).parent / "../../../..").resolve()
|
| A D | env.py | 5 from pathlib import Path 22 self.src_path = Path(src_path) 24 self.net_lib_dir = (Path(__file__).parent / "../../../../net/lib").resolve() 31 src_dir = Path(self.src_path).parent.resolve()
|
| /tools/testing/selftests/drivers/net/hw/lib/py/ |
| A D | __init__.py | 4 from pathlib import Path 6 KSFT_DIR = (Path(__file__).parent / "../../../../..").resolve()
|
| /tools/testing/selftests/hid/tests/ |
| A D | conftest.py | 14 from pathlib import Path 54 Path("/lib/modules/")
|
| A D | base.py | 19 from pathlib import Path 232 sysfs_path = Path("/sys/bus/hid/drivers") 238 sysfs_path = Path("/sys/module") / kernel_module.replace("-", "_") 254 script_dir = Path(os.path.dirname(os.path.realpath(__file__)))
|
| A D | base_device.py | 39 from pathlib import Path 221 def __init__(self: "EvdevDevice", sysfs: Path) -> None: argument 244 def evdev(self: "EvdevDevice") -> Path: 245 return Path("/dev/input") / self.sysfs.name
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | mktestid.sh | 15 echo Path '"'${resdir}'"' not writeable directory, no ${resdir}/testid.txt.
|
| /tools/perf/tests/shell/lib/ |
| A D | perf_metric_validation.py | 6 from pathlib import Path 80 with open(Path(filename).resolve(), "r") as f: 89 parent = Path(output_file).parent 588 outpath = Path(args.output_dir) 589 reportf = Path.joinpath(outpath, 'perf_report.json') 590 fullrule = Path.joinpath(outpath, 'full_rule.json') 591 datafile = Path.joinpath(outpath, 'perf_data.json')
|
| /tools/verification/rvgen/rvgen/ |
| A D | ltl2k.py | 4 from pathlib import Path 68 self.name = Path(file_path).stem
|
| /tools/testing/selftests/x86/bugs/ |
| A D | its_ret_alignment.py | 23 from pathlib import Path
|
| A D | its_indirect_alignment.py | 23 from pathlib import Path
|
| /tools/perf/Documentation/ |
| A D | perf-annotate.txt | 120 Path to addr2line binary. 123 Path to objdump binary.
|
| A D | perf-top.txt | 75 Path to vmlinux. Required for annotation functionality. 169 Path to addr2line binary. 172 Path to objdump binary.
|
| A D | perf-report.txt | 422 Path to addr2line binary. 425 Path to objdump binary.
|
| A D | perf-script.txt | 382 Path to addr2line binary.
|
| /tools/net/ynl/pyynl/ |
| A D | cli.py | 11 sys.path.append(pathlib.Path(__file__).resolve().parent.as_posix())
|
| A D | ethtool.py | 12 sys.path.append(pathlib.Path(__file__).resolve().parent.as_posix())
|
| A D | ynl_gen_c.py | 15 sys.path.append(pathlib.Path(__file__).resolve().parent.as_posix())
|
| /tools/perf/scripts/python/ |
| A D | parallel-perf.py | 62 pathlib.Path(self.output_dir).mkdir(parents=True, exist_ok=True)
|
| /tools/testing/ktest/ |
| A D | ktest.pl | 10 use File::Path qw(mkpath);
|
Completed in 34 milliseconds