Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp57 auto subtool_path = subtool_path_stream.str(); in SubtoolPath() local
58 if (my_own_dir.empty() || !FileExists(subtool_path)) { in SubtoolPath()
61 return subtool_path; in SubtoolPath()
Dboot_state_machine.cc254 auto subtool_path = subtool_path_stream.str(); in ResultSetup() local
255 if (my_own_dir.empty() || !FileExists(subtool_path)) { in ResultSetup()
258 return subtool_path; in ResultSetup()
/device/google/cuttlefish/host/commands/start/
Dmain.cc112 auto subtool_path = subtool_path_stream.str(); in SubtoolPath() local
113 if (my_own_dir.empty() || !cuttlefish::FileExists(subtool_path)) { in SubtoolPath()
116 return subtool_path; in SubtoolPath()