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

  /external/chromium/chrome/common/
guid_win.cc 28 std::wstring guid_string;
30 WriteInto(&guid_string, kGUIDSize), kGUIDSize);
35 return WideToUTF8(guid_string.substr(1, guid_string.length() - 2));
  /external/libusb_aah/libusb/os/
windows_usb.c 118 static char guid_string[MAX_GUID_STRING_LENGTH]; local
121 sprintf(guid_string, "{%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X}",
125 return guid_string;
    [all...]

Completed in 424 milliseconds