Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/infra/bots/recipes/
H A Dtest.py59 hashes_file = api.flavor.device_path_join(
99 '--images', api.flavor.device_path_join(
101 '--colorImages', api.flavor.device_path_join(
107 args.extend(['--svgs', api.flavor.device_path_join(
112 api.flavor.device_path_join(
H A Dperf_skottietrace.py49 …lotties_device = api.flavor.device_path_join(api.flavor.device_dirs.tmp_dir, 'lotties_with_assets')
67 lottie_folder = api.flavor.device_path_join(lotties_device, lottie_name)
69 trace_output_path = api.flavor.device_path_join(
H A Dperf.py76 args.extend(['--images', api.flavor.device_path_join(
86 json_path = api.flavor.device_path_join(
/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/
H A Dapi.py77 def device_path_join(self, *args): member in SkiaFlavorApi
78 return self._f.device_path_join(*args)
129 device_version_file = self.device_path_join(
H A Dssh.py50 device_path = self.device_path_join(self.device_dirs.bin_dir, self.app_name)
85 cmd[0] = self.device_path_join(self.device_dirs.bin_dir, cmd[0])
H A Ddefault.py55 def device_path_join(self, *args): member in DefaultFlavor