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