Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgio-tool-list.c33 static gboolean print_uris = FALSE; variable
41 { "print-uris", 'u', 0, G_OPTION_ARG_NONE, &print_uris, N_("Print full URIs"), NULL},
67 if (print_uris) { in show_file_listing()
76 g_print ("%s\t%"G_GUINT64_FORMAT"\t(%s)", print_uris? uri: name, (guint64)size, type); in show_file_listing()
78 g_print ("%s", print_uris? uri: name); in show_file_listing()
80 if (print_uris) in show_file_listing()