HomeSort by relevance Sort by last modified time
    Searched full:query_info (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/bluetooth/glib/gio/
gfileinputstream.c 153 if (class->query_info)
154 info = class->query_info (stream, attributes, cancellable, error);
157 _("Stream doesn't support query_info"));
420 if (class->query_info)
421 info = class->query_info (G_FILE_INPUT_STREAM (object), data->attributes, cancellable, &error);
424 _("Stream doesn't support query_info"));
gfileoutputstream.c 167 if (class->query_info)
168 info = class->query_info (stream, attributes, cancellable, error);
171 _("Stream doesn't support query_info"));
522 if (class->query_info)
523 info = class->query_info (G_FILE_OUTPUT_STREAM (object), data->attributes, cancellable, &error);
526 _("Stream doesn't support query_info"));
gfileinputstream.h 71 GFileInfo * (* query_info) (GFileInputStream *stream, member in struct:_GFileInputStreamClass
gfileoutputstream.h 76 GFileInfo * (* query_info) (GFileOutputStream *stream, member in struct:_GFileOutputStreamClass
glocalfileinputstream.c 105 file_stream_class->query_info = g_local_file_input_stream_query_info;
gfile.h 73 * @query_info: Gets the #GFileInfo for a #GFile.
183 GFileInfo * (* query_info) (GFile *file, member in struct:_GFileIface
    [all...]
glocalfileoutputstream.c 130 file_stream_class->query_info = g_local_file_output_stream_query_info;
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 767 iface->query_info = g_winhttp_file_query_info;
  /bionic/libc/bionic/
malloc_debug_qemu.c 758 error_log("<libc_pid=%03u, pid=%03u>: free(%p) query_info failed.",
    [all...]
  /external/bluetooth/glib/po/
ar.po     [all...]
as.po     [all...]
bn_IN.po     [all...]
el.po     [all...]
gu.po     [all...]
hi.po     [all...]
ja.po     [all...]
kn.po     [all...]
ko.po     [all...]
mk.po     [all...]
ml.po     [all...]
mr.po     [all...]
or.po     [all...]
pa.po     [all...]
ru.po     [all...]
ta.po     [all...]

Completed in 7020 milliseconds

1 2 3 4