Home
last modified time | relevance | path

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

/external/skia/tools/skqp/
Dcut_release.py19 ASSETS = 'platform_tools/android/apps/skqp/src/main/assets' variable
31 check_call([exe, tmp, ASSETS + '/gmkb/' + name])
79 path = ASSETS + '/gmkb/' + d
104 for dirpath, _, filenames in os.walk(ASSETS + '/gmkb'):
110 filelist.append('%s;%s\n' % (digest, os.path.relpath(path, ASSETS)))
135 remove(ASSETS + '/files.checksum')
136 for d in [ASSETS + '/gmkb', ASSETS + '/skqp', ]:
152 with open(ASSETS + '/skqp/rendertests.txt', 'w') as o:
158 with open(ASSETS + '/skqp/unittests.txt', 'w') as o:
161 with open(ASSETS + '/files.checksum', 'w') as o:
[all …]