OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGUIDStringLength
(Results
1 - 7
of
7
) sorted by null
/external/google-breakpad/src/common/linux/
guid_creator.h
40
#define
kGUIDStringLength
36
guid_creator.cc
94
assert(buf_len >
kGUIDStringLength
);
99
if (num !=
kGUIDStringLength
)
/external/google-breakpad/src/common/solaris/
guid_creator.h
42
#define
kGUIDStringLength
36
guid_creator.cc
74
assert(buf_len >
kGUIDStringLength
);
79
if (num !=
kGUIDStringLength
)
/external/google-breakpad/src/client/linux/handler/
minidump_descriptor.cc
75
char guid_str[
kGUIDStringLength
+ 1];
/external/google-breakpad/src/client/solaris/handler/
exception_handler.cc
227
char guid_str[
kGUIDStringLength
+ 1];
/external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc
309
char guidString[
kGUIDStringLength
+1];
Completed in 258 milliseconds