Searched refs:query_info (Results 1 – 25 of 99) sorted by relevance
1234
/external/bluetooth/glib/gio/ |
D | gfileinputstream.c | 153 if (class->query_info) in g_file_input_stream_query_info() 154 info = class->query_info (stream, attributes, cancellable, error); in g_file_input_stream_query_info() 420 if (class->query_info) in query_info_async_thread() 421 info = class->query_info (G_FILE_INPUT_STREAM (object), data->attributes, cancellable, &error); in query_info_async_thread()
|
D | gfileoutputstream.c | 167 if (class->query_info) in g_file_output_stream_query_info() 168 info = class->query_info (stream, attributes, cancellable, error); in g_file_output_stream_query_info() 522 if (class->query_info) in query_info_async_thread() 523 info = class->query_info (G_FILE_OUTPUT_STREAM (object), data->attributes, cancellable, &error); in query_info_async_thread()
|
D | gfileinputstream.h | 71 GFileInfo * (* query_info) (GFileInputStream *stream, member
|
D | gfileoutputstream.h | 76 GFileInfo * (* query_info) (GFileOutputStream *stream, member
|
D | glocalfileinputstream.c | 105 file_stream_class->query_info = g_local_file_input_stream_query_info; in g_local_file_input_stream_class_init()
|
D | glocalfileoutputstream.c | 130 file_stream_class->query_info = g_local_file_output_stream_query_info; in g_local_file_output_stream_class_init()
|
D | gfile.h | 183 GFileInfo * (* query_info) (GFile *file, member
|
D | gfile.c | 1053 if (iface->query_info == NULL) in g_file_query_info() 1061 return (* iface->query_info) (file, attributes, flags, cancellable, error); in g_file_query_info()
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpfile.c | 767 iface->query_info = g_winhttp_file_query_info; in g_winhttp_file_file_iface_init()
|
/external/bluetooth/glib/po/ |
D | zh_CN.po | 1294 msgid "Stream doesn't support query_info" 1295 msgstr "流不支持 query_info"
|
D | hi.po | 1314 msgid "Stream doesn't support query_info" 1315 msgstr "स्ट्रीम query_info का समर्थन नहीं करती है"
|
D | mr.po | 1305 msgid "Stream doesn't support query_info" 1306 msgstr "श्रृंखला query_info ला समर्थन देत नाही"
|
D | ja.po | 1333 msgid "Stream doesn't support query_info" 1334 msgstr "ストリームは query_info をサポートしていません"
|
D | kn.po | 1327 msgid "Stream doesn't support query_info" 1328 msgstr "ಸ್ಟ್ರೀಮ್ query_info ಅನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ"
|
D | ar.po | 1309 msgid "Stream doesn't support query_info" 1310 msgstr "الدَفق لا يدعم query_info"
|
D | zh_TW.po | 1295 msgid "Stream doesn't support query_info" 1296 msgstr "串流不支援 query_info"
|
D | or.po | 1323 msgid "Stream doesn't support query_info" 1324 msgstr "ଧାରା query_info କୁ ସମର୍ଥନ କରେନାହିଁ"
|
D | zh_HK.po | 1295 msgid "Stream doesn't support query_info" 1296 msgstr "串流不支援 query_info"
|
D | ko.po | 1333 msgid "Stream doesn't support query_info" 1334 msgstr "스트림이 query_info를 지원하지 않습니다"
|
D | ml.po | 1319 msgid "Stream doesn't support query_info" 1320 msgstr "സ്ട്രീം query_info പിന്തുണയ്ക്കുന്നില്ല"
|
D | bn_IN.po | 1329 msgid "Stream doesn't support query_info" 1330 msgstr "স্ট্রিম দ্বারা query_info সমর্থিত হয় না"
|
D | th.po | 1297 msgid "Stream doesn't support query_info" 1298 msgstr "สตรีมไม่รองรับ query_info"
|
D | el.po | 1395 msgid "Stream doesn't support query_info" 1396 msgstr "Η ροή δεν υποστηρίζει το query_info"
|
D | mk.po | 1347 msgid "Stream doesn't support query_info" 1348 msgstr "Стримот не поддржува query_info"
|
D | pa.po | 1308 msgid "Stream doesn't support query_info" 1309 msgstr "ਸਟਰੀਮ query_info ਲਈ ਸਹਾਇਕ ਨਹੀਂ"
|
1234