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

  /external/elfutils/0.153/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...]
  /external/qemu/distrib/libsparse/src/
output_file.c 169 static void file_close(struct output_file *out) function
181 .close = file_close,
  /system/core/libsparse/
output_file.c 169 static void file_close(struct output_file *out) function
181 .close = file_close,
  /external/fio/
gfio.c 796 static void file_close(GtkWidget *w, gpointer data) function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 933 def file_close(self): member in class:ftpwrapper
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 933 def file_close(self): member in class:ftpwrapper
    [all...]

Completed in 232 milliseconds