Searched refs:file_close (Results 1 – 8 of 8) sorted by relevance
/external/tlsdate/src/ |
D | util.c | 298 platform->file_close(h->fd); in rtc_close() 334 int file_close(int fd) in file_close() function 381 .file_close = file_close,
|
D | tlsdated.c | 73 platform->file_close (fd); in load_disk_timestamp() 76 platform->file_close (fd); in load_disk_timestamp() 429 platform->file_close (state->tlsdate_monitor_fd); in cleanup_main()
|
D | util.h | 82 int (*file_close)(int fd); member
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_stream.c | 117 static int file_close(jas_stream_obj_t *obj); 127 file_close 1117 static int file_close(jas_stream_obj_t *obj) in file_close() function
|
/external/elfutils/src/ |
D | ld.h | 308 int (*file_close) (struct usedfiles *, struct ld_state *); member 310 DL_CALL_FCT ((state)->callbacks.file_close, (file, state))
|
D | ldgeneric.c | 207 ld_state.callbacks.file_close = ld_generic_file_close; in ld_prepare_state()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 85 declare i32 @file_close(...)
|
/external/fio/ |
D | gfio.c | 796 static void file_close(GtkWidget *w, gpointer data) in file_close() function 1259 { "CloseFile", GTK_STOCK_CLOSE, "Close", "<Control>W", NULL, G_CALLBACK(file_close) },
|