Searched refs:Path (Results 1 – 17 of 17) sorted by relevance
| /tools/testing/selftests/net/lib/py/ |
| 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
|
| 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(), 48 super().__init__((SPEC_PATH / Path('netdev.yaml')).as_posix(),
|
| /tools/testing/selftests/drivers/net/lib/py/ |
| D | __init__.py | 4 from pathlib import Path 6 KSFT_DIR = (Path(__file__).parent / "../../../..").resolve()
|
| D | env.py | 5 from pathlib import Path 16 src_dir = Path(src_path).parent.resolve()
|
| /tools/testing/selftests/drivers/net/hw/lib/py/ |
| D | __init__.py | 4 from pathlib import Path 6 KSFT_DIR = (Path(__file__).parent / "../../../../..").resolve()
|
| /tools/testing/selftests/hid/tests/ |
| D | conftest.py | 14 from pathlib import Path 54 Path("/lib/modules/")
|
| D | base.py | 18 from pathlib import Path 219 sysfs_path = Path("/sys/bus/hid/drivers") 225 sysfs_path = Path("/sys/module") / kernel_module.replace("-", "_") 240 script_dir = Path(os.path.dirname(os.path.realpath(__file__)))
|
| D | base_device.py | 37 from pathlib import Path 212 def __init__(self: "EvdevDevice", sysfs: Path) -> None: argument 235 def evdev(self: "EvdevDevice") -> Path: 236 return Path("/dev/input") / self.sysfs.name
|
| /tools/perf/tests/shell/lib/ |
| D | perf_metric_validation.py | 6 from pathlib import Path 78 with open(Path(filename).resolve(), "r") as f: 87 parent = Path(output_file).parent 582 outpath = Path(args.output_dir) 583 reportf = Path.joinpath(outpath, 'perf_report.json') 584 fullrule = Path.joinpath(outpath, 'full_rule.json') 585 datafile = Path.joinpath(outpath, 'perf_data.json')
|
| /tools/testing/selftests/x86/bugs/ |
| D | its_ret_alignment.py | 23 from pathlib import Path
|
| D | its_indirect_alignment.py | 23 from pathlib import Path
|
| /tools/perf/Documentation/ |
| D | perf-annotate.txt | 120 Path to addr2line binary. 123 Path to objdump binary.
|
| D | perf-top.txt | 75 Path to vmlinux. Required for annotation functionality. 169 Path to addr2line binary. 172 Path to objdump binary.
|
| D | perf-report.txt | 395 Path to addr2line binary. 398 Path to objdump binary.
|
| D | perf-script.txt | 373 Path to addr2line binary.
|
| /tools/perf/scripts/python/ |
| D | parallel-perf.py | 62 pathlib.Path(self.output_dir).mkdir(parents=True, exist_ok=True)
|
| /tools/testing/ktest/ |
| D | ktest.pl | 10 use File::Path qw(mkpath);
|