Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp156 std::smatch export_match; in ReadEnvironment() local
157 if (!std::regex_match(line, export_match, export_regex)) { in ReadEnvironment()
161 if (export_match.size() != 3) { in ReadEnvironment()
165 std::string name = export_match[1].str(); in ReadEnvironment()
166 std::string value = export_match[2].str(); in ReadEnvironment()