Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_restarter/
Dmain.cc63 Result<SubprocessOptions> OptionsForExecutable(std::string_view name) { in OptionsForExecutable() function
92 auto options = CF_EXPECT(OptionsForExecutable(exec_args.front())); in RunProcessRestarter()