Searched refs:only_if_changed (Results 1 – 3 of 3) sorted by relevance
59 only_if_changed=True)
124 def write_json(obj, path, only_if_changed=False): argument135 if not only_if_changed or old_dump != new_dump:141 def atomic_output(path, only_if_changed=True): argument169 if not (only_if_changed and os.path.exists(path)
148 build_utils.write_json(meta_data, options.output, only_if_changed=True)