/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)
|
/external/valgrind/VEX/switchback/ |
test_ppc_jm1.c | 249 int my_strcmp ( const char* s1, const char* s2 ) function [all...] |