Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer.cc231 for (const std::string& str_fd : str_fds) { in ParseArgs() local
232 context_fds_.push_back(std::stoi(str_fd, nullptr, 0)); in ParseArgs()
/art/dex2oat/
Ddex2oat.cc1132 for (const std::string& str_fd : str_fds) { in ParseArgs() local
1133 class_loader_context_fds_.push_back(std::stoi(str_fd, nullptr, 0)); in ParseArgs()