OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_close
(Results
1 - 2
of
2
) sorted by null
/system/extras/ext4_utils/
output_file.c
86
static void
file_close
(struct output_file *out)
function
95
.close =
file_close
,
/external/elfutils/src/
ld.h
295
int (*
file_close
) (struct usedfiles *, struct ld_state *);
member in struct:callbacks
296
#define
FILE_CLOSE
(file, state) \
297
DL_CALL_FCT ((state)->callbacks.
file_close
, (file, state))
Completed in 2203 milliseconds