Lines Matching refs:ASSETS
19 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:
164 sys.stdout.write(ASSETS + '/files.checksum\n')
165 sys.stdout.write(ASSETS + '/skqp/rendertests.txt\n')
166 sys.stdout.write(ASSETS + '/skqp/unittests.txt\n')