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

  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils.cc 92 std::vector<uint8> to_export; local
93 if (!pair->ExportPublicKey(&to_export)) {
98 if (to_export.size() > static_cast<uint>(INT_MAX)) {
99 LOG(ERROR) << "key is too big! " << to_export.size();
101 safe_file_size = static_cast<int>(to_export.size());
105 reinterpret_cast<char*>(&to_export.front()),

Completed in 48 milliseconds