Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.h86 Result<void> ParseUpdatable(std::vector<std::string>&& args);
Dservice_parser.cpp530 Result<void> ServiceParser::ParseUpdatable(std::vector<std::string>&& args) { in ParseUpdatable() function in android::init::ServiceParser
573 {"updatable", {0, 0, &ServiceParser::ParseUpdatable}}, in GetParserMap()