Home
last modified time | relevance | path

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

/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py1209 def _GetChangedAndStaleFiles(self, host_path, device_path, track_stale=False): argument
1231 ignore_other_files = not track_stale and os.path.isdir(host_path)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1298 def _GetChangedAndStaleFiles(self, host_path, device_path, track_stale=False): argument
1320 ignore_other_files = not track_stale and os.path.isdir(host_path)