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