Searched refs:str_fds (Results 1 – 2 of 2) sorted by relevance
223 std::vector<std::string> str_fds = android::base::Split(str_context_fds_arg, ":"); in ParseArgs() local224 for (const std::string& str_fd : str_fds) { in ParseArgs()
1167 std::vector<std::string> str_fds = android::base::Split(str_fds_arg, ":"); in ParseArgs() local1168 for (const std::string& str_fd : str_fds) { in ParseArgs()