Searched refs:_GetInstancePath (Results 1 – 2 of 2) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_host_gf_device_factory.py | 169 def _GetInstancePath(self, relative_path): member in RemoteHostGoldfishDeviceFactory 593 remote_emulator_dir = self._GetInstancePath(_REMOTE_EMULATOR_DIR) 594 remote_image_dir = self._GetInstancePath(_REMOTE_IMAGE_DIR) 595 remote_emulator_zip_path = self._GetInstancePath( 597 remote_image_zip_path = self._GetInstancePath(_REMOTE_IMAGE_ZIP_PATH) 673 remote_kernel_path = self._GetInstancePath(_REMOTE_KERNEL_PATH) 674 remote_ramdisk_path = self._GetInstancePath(_REMOTE_RAMDISK_PATH) 686 return [report.LogFile(self._GetInstancePath(_REMOTE_STDOUT_PATH), 688 report.LogFile(self._GetInstancePath(_REMOTE_STDERR_PATH), 690 report.LogFile(self._GetInstancePath(_REMOTE_LOGCAT_PATH), [all …]
|
D | remote_host_cf_device_factory.py | 127 def _GetInstancePath(self, relative_path=""): member in RemoteHostDeviceFactory 157 return self._GetInstancePath(relative_path) 187 cvd_utils.CleanUpRemoteCvd(self._ssh, self._GetInstancePath(), 206 self._ssh, self._GetInstancePath(), remote_image_dir) 226 launch_cvd_args, remote_image_dir, self._GetInstancePath()) 227 self._CopyRemoteImageDir(remote_image_dir, self._GetInstancePath()) 517 self._GetInstancePath(), self._avd_spec, config, image_args) 544 self._GetInstancePath(), 552 self._ssh, self._GetInstancePath(constants.REMOTE_LOG_FOLDER)) 565 return cvd_utils.GetOpenWrtInfoDict(self._ssh, self._GetInstancePath())
|