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