Home
last modified time | relevance | path

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

/external/skia/infra/bots/recipe_modules/isolate/resources/
Dfind_isolated_tests.py58 if not (options.output_json or options.clean_isolated_files):
60 if options.output_json and options.clean_isolated_files:
68 if options.clean_isolated_files:
81 if options.clean_isolated_files:
/external/skia/infra/bots/recipe_modules/isolate/tests/
Dclean_isolated_files.py12 api.isolate.clean_isolated_files(api.path['checkout'].join('out', 'Release'))
/external/skia/infra/bots/recipe_modules/isolate/
Dapi.py33 def clean_isolated_files(self, build_dir): member in IsolateApi