Home
last modified time | relevance | path

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

/external/libchrome/build/android/gyp/util/
Dbuild_utils.py122 def WriteJson(obj, path, only_if_changed=False): argument
130 if not only_if_changed or old_dump != new_dump:
136 def AtomicOutput(path, only_if_changed=True): argument
162 if not (only_if_changed and os.path.exists(path) and