Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h315 std::string AsBashScript(const std::string& redirected_stdio_path = "") const;
Dsubprocess.cpp516 std::string Command::AsBashScript( in AsBashScript() function in cuttlefish::Command
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp872 crosvm_cmd.Cmd().AsBashScript(crosvm_logs_path); in StartCommands()