Searched refs:ParseUpdatable (Results 1 – 2 of 2) sorted by relevance
86 Result<void> ParseUpdatable(std::vector<std::string>&& args);
530 Result<void> ServiceParser::ParseUpdatable(std::vector<std::string>&& args) { in ParseUpdatable() function in android::init::ServiceParser573 {"updatable", {0, 0, &ServiceParser::ParseUpdatable}}, in GetParserMap()