Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp55 std::stringstream subtool_path_stream; in SubtoolPath() local
56 subtool_path_stream << my_own_dir << "/" << subtool_name; in SubtoolPath()
57 auto subtool_path = subtool_path_stream.str(); in SubtoolPath()
Dboot_state_machine.cc252 std::stringstream subtool_path_stream; in ResultSetup() local
253 subtool_path_stream << my_own_dir << "/" << subtool_name; in ResultSetup()
254 auto subtool_path = subtool_path_stream.str(); in ResultSetup()
/device/google/cuttlefish/host/commands/start/
Dmain.cc110 std::stringstream subtool_path_stream; in SubtoolPath() local
111 subtool_path_stream << my_own_dir << "/" << subtool_base; in SubtoolPath()
112 auto subtool_path = subtool_path_stream.str(); in SubtoolPath()