Searched refs:fds (Results 1 - 3 of 3) sorted by relevance

/art/profman/
H A Dprofile_assistant.cc100 bool Init(const std::vector<int>& fds, /* out */ std::string* error) { argument
101 for (size_t i = 0; i < fds.size(); i++) {
102 DCHECK_GE(fds[i], 0);
103 if (!InitFlock(fds[i], flocks_[i], error)) {
H A Dprofman.cc321 std::vector<int>* fds) {
324 fds->push_back(fd);
327 static void CloseAllFds(const std::vector<int>& fds, const char* descriptor) { argument
328 for (size_t i = 0; i < fds.size(); i++) {
329 if (close(fds[i]) < 0) {
319 ParseFdForCollection(const StringPiece& option, const char* arg_name, std::vector<int>* fds) argument
/art/dex2oat/
H A Ddex2oat.cc586 std::vector<uint32_t>* fds) {
589 fds->push_back(fd);
584 ParseFdForCollection(const StringPiece& option, const char* arg_name, std::vector<uint32_t>* fds) argument

Completed in 65 milliseconds