Home
last modified time | relevance | path

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

/system/core/init/
Drlimit_parser.cpp53 std::string resource_string; in ParseRlimit() local
55 resource_string = args[1].substr(5); in ParseRlimit()
57 resource_string = args[1].substr(7); in ParseRlimit()
59 resource_string = args[1]; in ParseRlimit()
63 [&resource_string](const auto& entry) { in ParseRlimit()
64 return EqualsIgnoreCase(resource_string, entry.first); in ParseRlimit()