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

  /external/google-breakpad/src/common/linux/
elfutils-inl.h 65 my_strcmp(name, section_name) == 0) {
linux_libc_support.h 45 extern int my_strcmp(const char* a, const char* b);
linux_libc_support.cc 46 int my_strcmp(const char* a, const char* b) { function
linux_libc_support_unittest.cc 67 ASSERT_EQ(my_strcmp(test_data[i*2], test_data[i*2 + 1]), libc_result);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 325 if (my_strcmp(dent_name, ".") &&
326 my_strcmp(dent_name, "..")) {
minidump_writer.cc 853 if (!my_strcmp(field, entry->info_name)) {
869 if (!my_strcmp(field, vendor_id_name)) {
    [all...]
linux_dumper.cc 106 if (my_strcmp(mapping.name, kLinuxGateLibraryName) == 0) {
458 if (my_strcmp(path, new_path) != 0)

Completed in 660 milliseconds