HomeSort by relevance Sort by last modified time
    Searched refs:export_match (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/installd/
otapreopt.cpp 195 std::smatch export_match;
196 if (!std::regex_match(line, export_match, export_regex)) {
200 if (export_match.size() != 3) {
204 std::string name = export_match[1].str();
205 std::string value = export_match[2].str();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 147 export_match = re.compile(r"^_imp__(.*) in python\d+\.dll").match
155 m = export_match(line)
    [all...]

Completed in 137 milliseconds