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

  /external/chromium_org/third_party/binutils/
download.py 66 stampfile = tarball + '.stamp'
67 if os.path.exists(stampfile):
70 checksum == ReadFile(stampfile)):
73 os.unlink(stampfile)
96 WriteFile(stampfile, checksum)
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
download_utils.py 104 def DoesStampMatch(stampfile, expected, index):
106 f = open(stampfile, 'r')
118 def WriteStamp(stampfile, data):
119 EnsureFileCanBeWritten(stampfile)
120 f = open(stampfile, 'w')
126 stampfile = os.path.join(path, stamp_name)
128 # Check if the stampfile is older than the minimum last mod time
131 stamp_time = os.stat(stampfile).st_mtime
137 return DoesStampMatch(stampfile, stamp_contents, index)
141 stampfile = os.path.join(path, SOURCE_STAMP
    [all...]

Completed in 256 milliseconds