Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub.py222 def GetHelper(self, bucket, remote_path, local_path, only_if_changed): argument
225 if only_if_changed:
230 if only_if_changed and remote_hash == local_hash:
/external/libmojo/build/android/gyp/util/
Dbuild_utils.py116 def WriteJson(obj, path, only_if_changed=False): argument
124 if not only_if_changed or old_dump != new_dump: