Home
last modified time | relevance | path

Searched defs:BuildParameter (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/common/libs/utils/
Dsubprocess.h76 bool BuildParameter(std::stringstream* stream, T t) { in BuildParameter() function
83 bool BuildParameter(std::stringstream* stream, T t, Args...args) { in BuildParameter() function
Dsubprocess.cpp202 bool Command::BuildParameter(std::stringstream* stream, SharedFD shared_fd) { in BuildParameter() function in cvd::Command