Home
last modified time | relevance | path

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

/tools/acloud/create/
Davd_spec.py264 self._local_kernel_image = self._GetLocalImagePath(
268 self._local_system_image = self._GetLocalImagePath(
272 self._local_system_dlkm_image = self._GetLocalImagePath(
276 self._local_vendor_image = self._GetLocalImagePath(
280 self._local_vendor_boot_image = self._GetLocalImagePath(
483 local_image_path = self._GetLocalImagePath(args.local_image)
532 def _GetLocalImagePath(local_image_arg): member in AVDSpec