Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 9 of 9) sorted by relevance

/scripts/
A Dsnippets.py86 self.paths: Set[Path] = set()
112 snippets.paths = set(map(lambda x: str(PurePosixPath(x)), snippets.paths))
121 sorted(f'"{path}"' for path in snippets.paths))
286 snippets.paths.add(snippet_yml)
A Dget_maintainer.py268 for path in args.paths:
274 for path in args.paths:
571 paths = tuple(root.glob(glob_pattern))
572 if not paths:
577 if all(path.is_dir() for path in paths):
A Dlist_hardware.py206 def unique_paths(paths): argument
208 yield from dict.fromkeys(map(Path.resolve, paths)).keys()
A Dspelling.txt1153 pathes||paths
/scripts/ci/
A Dtags.yaml10 # List of paths and/or glob patterns giving the files in the tag,
20 # List of regular expressions applied to paths to determine if they
A Dcheck_compliance.py102 def get_files(filter=None, paths=None): argument
104 paths_arg = ('--', *paths) if paths else ()
/scripts/footprint/
A Dsize_report566 paths = list()
571 paths.append(file)
574 return os.path.commonpath(paths)
/scripts/dts/python-devicetree/tests/
A Dtest_dtlib.py1861 def verify_to_nodes(prop, paths): argument
1863 assert actual == paths, f"'{prop} gives wrong node paths"
/scripts/tests/twister/
A Dtest_testplan.py1728 def mock_join(*paths): argument
1730 return slash.join(paths)

Completed in 27 milliseconds