Searched refs:resource_string (Results 1 – 1 of 1) sorted by relevance
53 std::string resource_string; in ParseRlimit() local55 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()