Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dknown_paths.h30 std::string ModemSimulatorBinary();
Dknown_paths.cpp53 std::string ModemSimulatorBinary() { in ModemSimulatorBinary() function
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dmodem.cpp74 Command cmd(ModemSimulatorBinary(), [this](Subprocess* proc) { in Commands()