Home
last modified time | relevance | path

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

/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Dapi.py106 def create_clean_host_dir(self, path): member in SkiaFlavorApi
107 return self._f.create_clean_host_dir(path)
Ddefault.py141 self.create_clean_host_dir(path)
143 def create_clean_host_dir(self, path): member in DefaultFlavor
/third_party/skia/infra/bots/recipe_modules/flavor/
Ddefault.py91 self.create_clean_host_dir(path)
93 def create_clean_host_dir(self, path): member in DefaultFlavor
Dapi.py96 def create_clean_host_dir(self, path): member in SkiaFlavorApi
97 return self._f.create_clean_host_dir(path)
/third_party/skia/infra/bots/recipes/
Dtest.py51 api.flavor.create_clean_host_dir(api.path['start_dir'].join('test'))
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py43 api.flavor.create_clean_host_dir('results_dir')
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py52 api.flavor.create_clean_host_dir('results_dir')
/third_party/flutter/skia/infra/bots/recipes/
Dtest.py848 api.flavor.create_clean_host_dir(api.path['start_dir'].join('test'))