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 316 int (*file_close) (struct usedfiles *, struct ld_state *); member in struct:callbacks
317 #define FILE_CLOSE(file, state) \
318 DL_CALL_FCT ((state)->callbacks.file_close, (file, state))
    [all...]
ldgeneric.c 215 ld_state.callbacks.file_close = ld_generic_file_close;
    [all...]
  /system/core/libsparse/
output_file.c 176 static void file_close(struct output_file *out) function
188 .close = file_close,

Completed in 46 milliseconds