Home
last modified time | relevance | path

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

/system/core/init/
Drlimit_parser.cpp49 std::string resource_string; in ParseRlimit() local
51 resource_string = args[1].substr(5); in ParseRlimit()
53 resource_string = args[1]; in ParseRlimit()
57 [&resource_string](const auto& entry) { in ParseRlimit()
58 return EqualsIgnoreCase(resource_string, entry.first); in ParseRlimit()