Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_sandboxer/
Dmain.cpp64 for (const auto& inherited_fd : absl::GetFlag(FLAGS_inherited_fds)) { in ProcessSandboxerMain() local
66 CHECK(absl::SimpleAtoi(inherited_fd, &fd)); in ProcessSandboxerMain()
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp433 for (const auto& inherited_fd : inherited_fds_) { in Start() local
434 fds.emplace_back(inherited_fd.second); in Start()