Searched refs:realCmd (Results 1 – 1 of 1) sorted by relevance
69 std::string realCmd = StringPrintf("echo '%s'", sPopenContents.front().c_str()); in fake_popen() local71 return popen(realCmd.c_str(), "r"); // NOLINT(cert-env33-c) in fake_popen()