Searched refs:runtime_dir (Results 1 – 2 of 2) sorted by relevance
/tools/acloud/internal/lib/ |
D | cvd_utils.py | 967 runtime_dir = remote_path.join( 976 logger.debug("%s is not the runtime directory.", runtime_dir) 1002 def _GetRemoteTombstone(runtime_dir, name_suffix): argument 1013 return report.LogFile(remote_path.join(runtime_dir, "tombstones"), 1063 for index, runtime_dir in enumerate(runtime_dirs): 1064 if log_path.startswith(runtime_dir + remote_path.sep): 1071 logs.extend(_GetRemoteTombstone(runtime_dir, 1073 for index, runtime_dir in enumerate(runtime_dirs)) 1077 def FindLocalLogs(runtime_dir, instance_num): argument 1087 log_dir = _LOCAL_LOG_DIR_FORMAT % {"runtime_dir": runtime_dir, [all …]
|
/tools/acloud/create/ |
D | local_image_local_instance.py | 285 runtime_dir = instance.GetLocalInstanceRuntimeDir(local_instance_id) 302 runtime_dir, 321 logs = cvd_utils.FindLocalLogs(runtime_dir, local_instance_id) 323 logs = cvd_utils.FindLocalLogs(runtime_dir, local_instance_id) 326 (launch_error, runtime_dir)) 582 runtime_dir, connect_webrtc, connect_vnc, argument 617 config, artifact_paths.image_dir, runtime_dir)
|