Home
last modified time | relevance | path

Searched refs:maps_path_expected (Results 1 – 2 of 2) sorted by relevance

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