OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coreext
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/coregrind/m_coredump/
coredump-elf.c
582
const HChar *
coreext
= "";
local
598
coreext
= ".core";
603
vg_assert(
coreext
);
606
VG_(strlen)(
coreext
) + VG_(strlen)(basename)
615
basename,
coreext
, VG_(getpid)());
618
basename,
coreext
, VG_(getpid)(), seq);
Completed in 253 milliseconds