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

  /external/mesa3d/src/gallium/state_trackers/nine/
guid.h 37 GUID_sprintf( char *guid_str,
iunknown.c 77 char guid_str[64]; local
80 This, riid, riid ? GUID_sprintf(guid_str, riid) : "", ppvObject);
82 (void)guid_str;
184 char guid_str[64]; local
188 This, GUID_sprintf(guid_str, refguid), pData, SizeOfData, Flags);
190 (void)guid_str;
235 char guid_str[64]; local
239 This, GUID_sprintf(guid_str, refguid), pData, pSizeOfData);
241 (void)guid_str;
269 char guid_str[64] local
    [all...]
guid.c 69 char* GUID_sprintf(char *guid_str, REFGUID id) {
70 sprintf( guid_str,
83 return guid_str;
volume9.c 172 char guid_str[64]; local
175 This, riid, riid ? GUID_sprintf(guid_str, riid) : "", ppContainer);
177 (void)guid_str;
surface9.c 308 char guid_str[64]; local
311 This, riid, riid ? GUID_sprintf(guid_str, riid) : "", ppContainer);
313 (void)guid_str;
  /external/google-breakpad/src/client/linux/handler/
minidump_descriptor.cc 75 char guid_str[kGUIDStringLength + 1]; local
76 if (!CreateGUID(&guid) || !GUIDToString(&guid, guid_str, sizeof(guid_str))) {
81 path_ = directory_ + "/" + guid_str + ".dmp";
  /external/libchrome/base/trace_event/
memory_allocator_dump_guid.cc 29 MemoryAllocatorDumpGuid::MemoryAllocatorDumpGuid(const std::string& guid_str)
30 : MemoryAllocatorDumpGuid(HashString(guid_str)) {
memory_allocator_dump_guid.h 23 // still has to ensure that |guid_str| is unique, per snapshot, within the
25 explicit MemoryAllocatorDumpGuid(const std::string& guid_str);
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.cc 227 char guid_str[kGUIDStringLength + 1]; local
228 if (CreateGUID(&guid) && GUIDToString(&guid, guid_str, sizeof(guid_str))) {
231 dump_path_c_, guid_str);
253 success = callback_(dump_path_c_, guid_str, callback_context_, success);

Completed in 291 milliseconds