Home
last modified time | relevance | path

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

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