Searched refs:my_strlcat (Results 1 – 9 of 9) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | linux_libc_support.h | 90 extern size_t my_strlcat(char* s1, const char* s2, size_t len);
|
D | linux_libc_support.cc | 215 size_t my_strlcat(char* s1, const char* s2, size_t len) { in my_strlcat() function
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper.cc | 438 my_strlcat(path, mapping.name, PATH_MAX) < PATH_MAX; in GetMappingAbsolutePath() 499 my_strlcat(file_path, "/", file_path_size); in GetMappingEffectiveNameAndPath() 500 my_strlcat(file_path, file_name, file_path_size); in GetMappingEffectiveNameAndPath()
|
D | minidump_writer.cc | 1306 my_strlcat(buf, separator, sizeof(buf)); in WriteOSInformation() 1311 my_strlcat(buf, *cur_info, sizeof(buf)); in WriteOSInformation()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 211 my_strlcat(log_line_, str, kLineBufferSize); in LogAppend()
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 3322 FUNC a270 3e 0 my_strlcat
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 3409 FUNC a7d0 3e 0 my_strlcat
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 31900 FUNC 4895a 20 0 my_strlcat
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 33535 FUNC 6cdd4 4c 0 my_strlcat
|