Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc230 std::vector<std::string> str_fds = android::base::Split(str_context_fds_arg, ":"); in ParseArgs() local
231 for (const std::string& str_fd : str_fds) { in ParseArgs()
/art/dex2oat/
Ddex2oat.cc1404 std::vector<std::string> str_fds = android::base::Split(str_fds_arg, ":"); in ParseArgs() local
1405 for (const std::string& str_fd : str_fds) { in ParseArgs()