Home
last modified time | relevance | path

Searched refs:gfio (Results 1 – 5 of 5) sorted by relevance

/external/fio/
DGFIO-TODO3 - Ability to save job files. Probably in an extended gfio format,
48 - Split gfio.c a bit. Add gfio/ sub directory, and split it into
DMakefile26 PROGS += gfio
166 GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \
315 gfio.o: gfio.c ghelpers.c
316 $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c gfio.c
336 gfio: $(GFIO_OBJS) target
337 …$(QUIET_LINK)$(CC) $(filter-out -static, $(LDFLAGS)) -o gfio $(GFIO_OBJS) $(LIBS) $(GFIO_LIBS) $(G…
357 …O_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core.* core gfio FIO-VERSION-FILE *.…
Dconfigure157 --enable-gfio)
1000 gfio="no"
1029 gfio="yes"
1034 gfio="no"
1038 gfio="no"
1044 echo "gtk 2.18 or higher $gfio"
1519 if test "$gfio" = "yes" ; then
DREADME106 For gfio, gtk 2.18 (or newer), associated glib threads, and cairo are required
107 to be installed. gfio isn't built automatically and can be enabled
108 with a --enable-gfio option to configure.
Dgfio.c1576 const gchar *gfio = g_get_application_name(); in add_recent_file_items() local
1603 if (!gtk_recent_info_has_application(info, gfio)) in add_recent_file_items()