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

  /system/core/init/
selinux.cpp 473 std::string major_version_str(version, 0, version.find('.'));
474 if (!ParseInt(major_version_str, &major_version)) {
475 PLOG(ERROR) << "Failed to parse the vendor sepolicy major version " << major_version_str;
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 904 string major_version_str; local
    [all...]

Completed in 130 milliseconds