Home
last modified time | relevance | path

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

/build/scripts/util/
Dbuild_utils.py66 def touch(path, fail_if_missing=False): argument
67 if fail_if_missing and not os.path.exists(path):