Home
last modified time | relevance | path

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

/linux-6.15/scripts/
H A Dgenerate_rust_analyzer.py144 def is_root_crate(build_file, target): function
162 if not is_root_crate(path.parent / "Makefile", name) and \
163 not is_root_crate(path.parent / "Kbuild", name):