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

  /external/google-breakpad/src/common/linux/
linux_libc_support.h 47 extern int my_strncmp(const char* a, const char* b, size_t len);
elfutils.cc 55 assert(my_strncmp(elf_base, ELFMAG, SELFMAG) == 0);
90 assert(my_strncmp(elf_base, ELFMAG, SELFMAG) == 0);
110 return my_strncmp(reinterpret_cast<const char*>(elf_base),
linux_libc_support.cc 59 int my_strncmp(const char* a, const char* b, size_t len) { function
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 65 return my_strncmp(mapping.name,
334 (my_strncmp(name, module->name, my_strlen(name)) == 0)) {
349 offset == 0 && my_strncmp(i2,
446 if (my_strncmp(path + path_len - kDeletedSuffixLen, kDeletedSuffix,
linux_ptrace_dumper.cc 178 if (my_strncmp("Tgid:\t", line, 6) == 0) {
180 } else if (my_strncmp("PPid:\t", line, 6) == 0) {

Completed in 913 milliseconds