Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgcancellable.c70 GLIB_PRIVATE_CALL (g_wakeup_free) (cancellable->priv->wakeup);
277 GLIB_PRIVATE_CALL (g_wakeup_acknowledge) (priv->wakeup); in g_cancellable_reset()
411 cancellable->priv->wakeup = GLIB_PRIVATE_CALL (g_wakeup_new) (); in g_cancellable_make_pollfd()
414 GLIB_PRIVATE_CALL (g_wakeup_signal) (cancellable->priv->wakeup); in g_cancellable_make_pollfd()
417 GLIB_PRIVATE_CALL (g_wakeup_get_pollfd) (cancellable->priv->wakeup, pollfd); in g_cancellable_make_pollfd()
458 GLIB_PRIVATE_CALL (g_wakeup_free) (priv->wakeup); in g_cancellable_release_fd()
508 GLIB_PRIVATE_CALL (g_wakeup_signal) (priv->wakeup); in g_cancellable_cancel()
Dglocalfileinfo.h219 return GLIB_PRIVATE_CALL (g_win32_fstat) (fd, stat_buf); in g_local_file_fstat()
263 return GLIB_PRIVATE_CALL (g_win32_lstat_utf8) (path, stat_buf); in g_local_file_lstat()
283 return GLIB_PRIVATE_CALL (g_win32_stat_utf8) (path, stat_buf); in g_local_file_stat()
Dgcontextspecificgroup.c149 g_main_context_invoke (GLIB_PRIVATE_CALL(g_get_worker_context) (), in g_context_specific_group_request_state()
Dgvfs.c353 if (GLIB_PRIVATE_CALL (g_check_setuid) ()) in g_vfs_get_default()
Dgdbusaddress.c1098 if (GLIB_PRIVATE_CALL (g_check_setuid) ()) in get_session_address_dbus_launch()
1289 gboolean has_elevated_privileges = GLIB_PRIVATE_CALL (g_check_setuid) (); in g_dbus_address_get_for_bus_sync()
Dgiomodule.c1195 gboolean is_setuid = GLIB_PRIVATE_CALL (g_check_setuid) (); in get_gio_module_dir()
1236 gboolean is_setuid = GLIB_PRIVATE_CALL (g_check_setuid) (); in _g_io_modules_ensure_loaded()
Dglocalfile.c1344 ret = GLIB_PRIVATE_CALL (g_win32_stat_utf8) (local->filename, &buf); in g_local_file_read()
2762 if (GLIB_PRIVATE_CALL (g_win32_lstat_utf8) (name->data, &buf) != 0) in g_local_file_measure_size_of_file()
2876 dir = dirp ? GLIB_PRIVATE_CALL(g_dir_new_from_dirp) (dirp) : NULL; in g_local_file_measure_size_of_contents()
2880 dir = GLIB_PRIVATE_CALL(g_dir_open_with_errno) (dir_name->data, 0); in g_local_file_measure_size_of_contents()
Dgsubprocess.c436 worker_context = GLIB_PRIVATE_CALL (g_get_worker_context) (); in initable_init()
990 g_main_context_invoke_full (GLIB_PRIVATE_CALL (g_get_worker_context) (), in g_subprocess_dispatch_signal()
Dgresource.c339 gboolean is_setuid = GLIB_PRIVATE_CALL (g_check_setuid) (); in g_resource_find_overlay()
Dglocalfileinfo.c200 read_size = GLIB_PRIVATE_CALL (g_win32_readlink_utf8) (full_name, NULL, 0, &buffer, TRUE); in read_link()
1676 GLIB_PRIVATE_CALL (g_get_worker_context) ()); in file_is_hidden()
2273 res = GLIB_PRIVATE_CALL (g_win32_lstat_utf8) (filename, &statbuf); in set_unix_mode()
Dglocalfilemonitor.c914 …g_local_file_monitor_start (monitor, pathname, is_directory, flags, GLIB_PRIVATE_CALL(g_get_worker… in g_local_file_monitor_new_in_worker()
Dgtask.c2184 GLIB_PRIVATE_CALL (g_get_worker_context ())); in g_task_thread_pool_init()
Dglocalfileoutputstream.c344 if (GLIB_PRIVATE_CALL (g_win32_fstat) (file->priv->fd, &final_stat) == 0) in _g_local_file_output_stream_really_close()
Dgdbusauthmechanismsha1.c338 is_setuid = GLIB_PRIVATE_CALL (g_check_setuid) (); in ensure_keyring_directory()
Dgsettingsschema.c347 gboolean is_setuid = GLIB_PRIVATE_CALL (g_check_setuid) (); in initialise_schema_sources()
Dgwin32appinfo.c3132 … if (GLIB_PRIVATE_CALL (g_win32_stat_utf8) (handler_verb->executable_folded, in link_handlers_to_unregistered_apps()
3140 (GLIB_PRIVATE_CALL (g_win32_stat_utf8) (app_verb->executable_folded, in link_handlers_to_unregistered_apps()
/third_party/glib/glib/
Dglib-private.h94 #define GLIB_PRIVATE_CALL(symbol) (glib__private__()->symbol) macro
/third_party/glib/gio/inotify/
Dinotify-missing.c77 g_source_attach (source, GLIB_PRIVATE_CALL (g_get_worker_context) ()); in _im_add()
Dinotify-kernel.c404 g_source_attach (source, GLIB_PRIVATE_CALL (g_get_worker_context) ()); in ik_source_new()
/third_party/glib/gio/kqueue/
Dkqueue-missing.c72 g_source_attach (source, GLIB_PRIVATE_CALL (g_get_worker_context) ()); in _km_add_missing()
Dgkqueuefilemonitor.c473 g_source_attach (kq_source, GLIB_PRIVATE_CALL (g_get_worker_context) ()); in g_kqueue_file_monitor_is_supported()
/third_party/glib/gio/fam/
Dgfamfilemonitor.c137 g_source_attach (fam_source, GLIB_PRIVATE_CALL(g_get_worker_context) ()); in g_fam_file_monitor_is_supported()
/third_party/glib/glib/tests/
Dutils.c731 res = GLIB_PRIVATE_CALL(g_check_setuid) (); in test_check_setuid()
Dmainloop.c892 ctx = GLIB_PRIVATE_CALL (g_main_context_new_with_next_id) (G_MAXUINT-1); in test_mainloop_overflow()
/third_party/glib/gobject/
Dgtype.c4429 GLIB_PRIVATE_CALL (glib_init) (); in gobject_init()