Home
last modified time | relevance | path

Searched refs:inherited_fds (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/process_sandboxer/
Dmain.cpp41 ABSL_FLAG(std::vector<std::string>, inherited_fds, std::vector<std::string>(),
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp61 const std::map<SharedFD, int>& inherited_fds) { in validate_redirects() argument
68 for (const auto& entry : inherited_fds) { in validate_redirects()