Searched refs:str_fd (Results 1 – 2 of 2) sorted by relevance
231 for (const std::string& str_fd : str_fds) { in ParseArgs() local232 context_fds_.push_back(std::stoi(str_fd, nullptr, 0)); in ParseArgs()
1389 for (const std::string& str_fd : str_fds) { in ParseArgs() local1390 class_loader_context_fds_.push_back(std::stoi(str_fd, nullptr, 0)); in ParseArgs()