Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp200 std::smatch export_match; in ReadEnvironment() local
201 if (!std::regex_match(line, export_match, export_regex)) { in ReadEnvironment()
205 if (export_match.size() != 3) { in ReadEnvironment()
209 std::string name = export_match[1].str(); in ReadEnvironment()
210 std::string value = export_match[2].str(); in ReadEnvironment()