Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/
H A Dapi.py89 def create_clean_host_dir(self, path): member in SkiaFlavorApi
90 return self._f.create_clean_host_dir(path)
H A Ddefault.py91 self.create_clean_host_dir(path)
93 def create_clean_host_dir(self, path): member in DefaultFlavor
/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/examples/
H A Dfull.py52 api.flavor.create_clean_host_dir('results_dir')
/aosp_15_r20/external/skia/infra/bots/recipes/
H A Dtest.py50 api.flavor.create_clean_host_dir(api.path.start_dir.joinpath('test'))