HomeSort by relevance Sort by last modified time
    Searched refs:file_close (Results 1 - 3 of 3) sorted by null

  /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))
ldgeneric.c 185 ld_state.callbacks.file_close = ld_generic_file_close;
    [all...]
  /system/extras/ext4_utils/
output_file.c 86 static void file_close(struct output_file *out) function
95 .close = file_close,

Completed in 135 milliseconds