Searched refs:fds (Results 1 – 3 of 3) sorted by relevance
105 bool Init(const std::vector<int>& fds, /* out */ std::string* error) { in Init() argument106 for (size_t i = 0; i < fds.size(); i++) { in Init()107 DCHECK_GE(fds[i], 0); in Init()108 flocks_[i] = LockedFile::DupOf(fds[i], "profile-file", in Init()
1225 std::vector<int>* fds) { in ParseFdForCollection() argument1228 fds->push_back(fd); in ParseFdForCollection()1231 static void CloseAllFds(const std::vector<int>& fds, const char* descriptor) { in CloseAllFds() argument1232 for (size_t i = 0; i < fds.size(); i++) { in CloseAllFds()1233 if (close(fds[i]) < 0) { in CloseAllFds()1235 << descriptor << " at index " << i << ": " << fds[i]; in CloseAllFds()
16 When this transport has successfully received fds from the proxy it sends the19 When this transport has closed its copies of the fds it will send the proxy the