HomeSort by relevance Sort by last modified time
    Searched full:my_strlcpy (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/common/linux/
linux_libc_support.cc 198 size_t my_strlcpy(char* s1, const char* s2, size_t len) { function
224 return pos1 + my_strlcpy(s1 + pos1, s2, len - pos1);
linux_libc_support.h 88 extern size_t my_strlcpy(char* s1, const char* s2, size_t len);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 179 my_strlcpy(soname, str, maxsize < soname_size ? maxsize : soname_size);
228 my_strlcpy(file_path, mapping.name, file_path_size);
253 my_strlcpy(file_name, basename, file_name_size);
minidump_writer.cc 873 my_strlcpy(vendor_id, value, sizeof(vendor_id));
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 143 my_strlcpy(log_line_, "", kLineBufferSize);
  /external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
null_read_av.sym     [all...]
  /external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
overflow.sym     [all...]

Completed in 629 milliseconds