Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp114 if (launcher_action.action != LauncherAction::kExtended) { in Run()
150 CF_EXPECT(action_info.action == LauncherAction::kExtended); in HandleExtended()
/device/google/cuttlefish/host/libs/command_util/runner/
Ddefs.h57 kExtended = 'A', ///< expect additional information to follow enumerator
/device/google/cuttlefish/host/commands/secure_env/
Dsuspend_resume_handler.cpp82 CF_EXPECT(launcher_action.action == LauncherAction::kExtended); in SuspendResumeHandler()
/device/google/cuttlefish/host/libs/command_util/
Dutil.cc168 const LauncherAction action = LauncherAction::kExtended; in RunLauncherAction()