Home
last modified time | relevance | path

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

/third_party/flutter/skia/infra/bots/
Dgen_compile_isolate.py72 ISOLATE_FILE = os.path.join(INFRABOTS_DIR, 'compile.isolate') variable
216 with open(ISOLATE_FILE, 'rb') as f:
219 print >> sys.stderr, 'Found diff in %s:' % ISOLATE_FILE
228 with open(ISOLATE_FILE, 'wb') as f: