Home
last modified time | relevance | path

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

/system/core/init/
Drlimit_parser.cpp32 static const std::vector<std::pair<const char*, int>> text_to_resources = { in ParseRlimit() local
56 auto it = std::find_if(text_to_resources.begin(), text_to_resources.end(), in ParseRlimit()
60 if (it == text_to_resources.end()) { in ParseRlimit()