Searched refs:device_path_join (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/skia/infra/bots/recipes/ |
H A D | test.py | 59 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 D | perf_skottietrace.py | 49 …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 D | perf.py | 76 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 D | api.py | 77 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 D | ssh.py | 50 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 D | default.py | 55 def device_path_join(self, *args): member in DefaultFlavor
|