OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumpfd
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/opjitconv/
opjitconv.c
118
int
dumpfd
;
local
120
dumpfd
= open(dumpfile, O_RDONLY);
121
if (
dumpfd
< 0) {
128
rc = fstat(
dumpfd
, &file_info->dmp_file_stat);
135
PROT_READ, MAP_PRIVATE,
dumpfd
, 0);
/external/chromium_org/components/crash/app/
breakpad_linux.cc
1162
int
dumpfd
;
local
[
all
...]
Completed in 1223 milliseconds