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

  /external/chromium/chrome/browser/google/
google_update_settings_posix.cc 24 std::string tmp_guid; local
25 bool consented = file_util::ReadFileToString(consent_file, &tmp_guid);
27 google_update::posix_guid.assign(tmp_guid);
  /external/chromium_org/chrome/browser/google/
google_update_settings_posix.cc 29 std::string tmp_guid; local
30 bool consented = file_util::ReadFileToString(consent_file, &tmp_guid);
32 google_update::posix_guid().assign(tmp_guid);

Completed in 523 milliseconds