Searched refs:fd_str (Results 1 – 1 of 1) sorted by relevance
115 for (const std::string& fd_str : Split(std::string(arg), ":")) { in ParseOptions() local117 if (!ParseInt(fd_str, &fd)) { in ParseOptions()118 Usage("Invalid fd " + fd_str); in ParseOptions()