Searched refs:stampfile (Results 1 – 1 of 1) sorted by relevance
/external/skia/platform_tools/android/bin/ |
D | download_utils.py | 104 def DoesStampMatch(stampfile, expected, index): argument 106 f = open(stampfile, 'r') 118 def WriteStamp(stampfile, data): argument 119 EnsureFileCanBeWritten(stampfile) 120 f = open(stampfile, 'w') 126 stampfile = os.path.join(path, stamp_name) 131 stamp_time = os.stat(stampfile).st_mtime 137 return DoesStampMatch(stampfile, stamp_contents, index) 141 stampfile = os.path.join(path, SOURCE_STAMP) 142 WriteStamp(stampfile, url)
|