Home
last modified time | relevance | path

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

/linux/scripts/
H A Dcheck-uapi.sh140 tree_is_dirty() { function
486 if [ -z "$base_ref" ] && ! tree_is_dirty; then
H A Dcheckkconfigsymbols.py95 if not args.force and tree_is_dirty():
244 def tree_is_dirty(): function