Searched refs:file_open (Results 1 - 4 of 4) sorted by relevance

/external/tlsdate/src/
H A Dutil.h81 int (*file_open)(const char *path, int write, int cloexec); member in struct:platform
H A Dutil.c220 /* TODO: Use platform->file_open but drop NOFOLLOW? */
310 int file_open(const char *path, int write, int cloexec) function
380 .file_open = file_open,
H A Dtlsdated.c63 int fd = platform->file_open (path, 0 /* RDONLY */, 1 /* CLOEXEC */);
/external/fio/
H A Dgfio.c488 static void file_open(GtkWidget *w, gpointer data);
672 file_open(widget, ge->ui);
920 static void file_open(GtkWidget *w, gpointer data) function
1260 { "OpenFile", GTK_STOCK_OPEN, NULL, "<Control>O", NULL, G_CALLBACK(file_open) },

Completed in 205 milliseconds