Searched refs:os_major_version_ (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h213 static int os_major_version_; member in class:google_breakpad::MinidumpGenerator
H A Dminidump_generator.cc118 int MinidumpGenerator::os_major_version_ = 0; member in class:google_breakpad::MinidumpGenerator
125 if (os_major_version_)
169 os_major_version_ = IntegerValueAtIndex(product_str, 0);
1267 info_ptr->major_version = os_major_version_;

Completed in 104 milliseconds