OpenGrok
Cross Reference: fastboot.cpp
xref
: /
system
/
core
/
fastboot
/
fastboot.cpp
Home
|
History
|
Annotate
|
Download
|
only in
fastboot
Lines Matching
defs:fp
576
FILE*
fp
= tmpfile();
577
if (
fp
== nullptr) {
590
int fd = fileno(
fp
);