Searched defs:maps_path_expected (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_core_dumper_unittest.cc48 char maps_path_expected[NAME_MAX]; local
49 snprintf(maps_path_expected, sizeof(maps_path_expected),
52 EXPECT_STREQ(maps_path_expected, maps_path);
H A Dlinux_ptrace_dumper_unittest.cc251 char maps_path_expected[NAME_MAX]; local
252 snprintf(maps_path_expected, sizeof(maps_path_expected),
255 EXPECT_STREQ(maps_path_expected, maps_path);

Completed in 45 milliseconds