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

/linux-master/scripts/
H A Dgenerate_rust_analyzer.py110 def is_root_crate(build_file, target): function in function:generate_crates
128 if not is_root_crate(path.parent / "Makefile", name) and \
129 not is_root_crate(path.parent / "Kbuild", name):

Completed in 108 milliseconds