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

  /external/google-breakpad/src/common/solaris/
guid_creator.cc 54 bool CreateGUID(GUID *guid) const {
67 bool CreateGUID(GUID *guid) {
68 return kGuidGenerator.CreateGUID(guid);
  /external/google-breakpad/src/common/linux/
guid_creator.cc 63 static bool CreateGUID(GUID *guid) {
87 bool CreateGUID(GUID *guid) {
88 return GUIDGenerator::CreateGUID(guid);

Completed in 65 milliseconds