OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapped_core_file
(Results
1 - 1
of
1
) sorted by null
/external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc
69
MemoryMappedFile
mapped_core_file
;
local
73
ASSERT_TRUE(
mapped_core_file
.Map(core_file, 0));
74
core.SetContent(
mapped_core_file
.content());
83
ASSERT_TRUE(
mapped_core_file
.Map(core_file, 0));
84
core.SetContent(
mapped_core_file
.content());
89
ASSERT_TRUE(
mapped_core_file
.Map(core_file, 0));
90
core.SetContent(
mapped_core_file
.content());
95
ASSERT_TRUE(
mapped_core_file
.Map(core_file, 0));
96
core.SetContent(
mapped_core_file
.content());
101
ASSERT_TRUE(
mapped_core_file
.Map(core_file, 0))
158
MemoryMappedFile
mapped_core_file
;
local
[
all
...]
Completed in 2141 milliseconds