OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_strlcat
(Results
1 - 5
of
5
) sorted by null
/external/google-breakpad/src/common/linux/
linux_libc_support.h
90
extern size_t
my_strlcat
(char* s1, const char* s2, size_t len);
linux_libc_support.cc
215
size_t
my_strlcat
(char* s1, const char* s2, size_t len) {
function
/external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc
244
my_strlcat
(file_path, "/", file_path_size);
245
my_strlcat
(file_path, file_name, file_path_size);
minidump_writer.cc
[
all
...]
/external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc
112
my_strlcat
(log_line_, str, kLineBufferSize);
Completed in 60 milliseconds