HomeSort by relevance Sort by last modified time
    Searched refs:stamp_dir (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/platform_tools/android/bin/
download_utils.py 265 def SyncURL(url, filename=None, stamp_dir=None, min_time=None,
275 stamp_dir: the filename containing the URL stamp to check against
301 if tarball_ok and stamp_dir is not None:
302 if StampIsCurrent(stamp_dir, SOURCE_STAMP, url, min_time):
307 StampIsCurrent(stamp_dir, HASH_STAMP, hash_val, min_time, stamp_index)):
  /external/skia/platform_tools/android/bin/
download_utils.py 265 def SyncURL(url, filename=None, stamp_dir=None, min_time=None,
275 stamp_dir: the filename containing the URL stamp to check against
301 if tarball_ok and stamp_dir is not None:
302 if StampIsCurrent(stamp_dir, SOURCE_STAMP, url, min_time):
307 StampIsCurrent(stamp_dir, HASH_STAMP, hash_val, min_time, stamp_index)):

Completed in 937 milliseconds