Home
last modified time | relevance | path

Searched refs:cmd_itr (Results 1 – 1 of 1) sorted by relevance

/external/libbrillo/brillo/
Dprocess_information.cc16 for (std::vector<std::string>::iterator cmd_itr = cmd_line_.begin(); in GetCommandLine() local
17 cmd_itr != cmd_line_.end(); in GetCommandLine()
18 cmd_itr++) { in GetCommandLine()
22 result.append((*cmd_itr)); in GetCommandLine()