Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/start/
Dmain.cc108 std::string SubtoolPath(const std::string& subtool_base) { in SubtoolPath() argument
111 subtool_path_stream << my_own_dir << "/" << subtool_base; in SubtoolPath()
114 return cuttlefish::HostBinaryPath(subtool_base); in SubtoolPath()