Home
last modified time | relevance | path

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

12

/third_party/glib/glib/tests/
Dspawn-path-search.c30 gchar *here = g_test_build_filename (G_TEST_BUILT, ".", NULL); in test_do_not_search()
31 gchar *subdir = g_test_build_filename (G_TEST_BUILT, "path-test-subdir", NULL); in test_do_not_search()
44 g_test_build_filename (G_TEST_BUILT, "spawn-path-search-helper", NULL)); in test_do_not_search()
82 gchar *here = g_test_build_filename (G_TEST_BUILT, ".", NULL); in test_search_path()
83 gchar *subdir = g_test_build_filename (G_TEST_BUILT, "path-test-subdir", NULL); in test_search_path()
96 g_test_build_filename (G_TEST_BUILT, "spawn-path-search-helper", NULL)); in test_search_path()
135 gchar *here = g_test_build_filename (G_TEST_BUILT, ".", NULL); in test_search_path_from_envp()
136 gchar *subdir = g_test_build_filename (G_TEST_BUILT, "path-test-subdir", NULL); in test_search_path_from_envp()
149 g_test_build_filename (G_TEST_BUILT, "spawn-path-search-helper", NULL)); in test_search_path_from_envp()
190 gchar *here = g_test_build_filename (G_TEST_BUILT, ".", NULL); in test_search_path_ambiguous()
[all …]
Dtesting.c1063 testing_helper = g_test_get_filename (G_TEST_BUILT, "testing-helper" EXEEXT, NULL); in test_tap()
1500 testing_helper = g_test_get_filename (G_TEST_BUILT, "testing-helper" EXEEXT, NULL); in test_tap_summary()
/third_party/glib/gio/tests/
Dappinfo.c33 path = g_test_get_filename (G_TEST_BUILT, "appinfo-test.desktop", NULL); in test_launch_for_app_info()
45 uri = g_strconcat ("file://", g_test_get_dir (G_TEST_BUILT), "/appinfo-test.desktop", NULL); in test_launch_for_app_info()
63 path = g_test_get_filename (G_TEST_BUILT, "appinfo-test.desktop", NULL); in test_launch()
102 g_test_get_dir (G_TEST_BUILT)); in test_launch_no_app_id()
105 g_test_get_dir (G_TEST_BUILT)); in test_launch_no_app_id()
227 path = g_test_get_filename (G_TEST_BUILT, "appinfo-test.desktop", NULL); in test_show_in()
239 path = g_test_get_filename (G_TEST_BUILT, "appinfo-test-gnome.desktop", NULL); in test_show_in()
244 path = g_test_get_filename (G_TEST_BUILT, "appinfo-test-notgnome.desktop", NULL); in test_show_in()
258 cmdline = g_strconcat (g_test_get_dir (G_TEST_BUILT), "/appinfo-test --option", NULL); in test_commandline()
304 cmdline = g_strconcat (g_test_get_dir (G_TEST_BUILT), "/appinfo-test --option", NULL); in test_launch_context()
[all …]
Dgapplication.c96 g_ptr_array_add (array, g_test_build_filename (G_TEST_BUILT, "basic-application", NULL));
486 char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL); in test_nodbus()
516 char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL); in test_noappid()
556 char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL); in test_quit()
616 char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL); in test_local_actions()
670 char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL); in test_local_command_line()
736 char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL); in test_help()
857 char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL); in test_handle_local_options_success()
889 char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL); in test_handle_local_options_failure()
921 char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL); in test_handle_local_options_passthrough()
[all …]
Dgiomodule.c99 g_io_modules_scan_all_in_directory (g_test_get_filename (G_TEST_BUILT, "modules", NULL)); in test_module_scan_all()
131 …g_io_modules_scan_all_in_directory_with_scope (g_test_get_filename (G_TEST_BUILT, "modules", NULL)… in test_module_scan_all_with_scope()
Dgdbus-connection-slow.c83 flush_helper = g_test_get_filename (G_TEST_BUILT, "gdbus-connection-flush-helper", NULL); in test_connection_flush()
199 …g_assert (g_spawn_command_line_async (g_test_get_filename (G_TEST_BUILT, "gdbus-testserver", NULL)… in test_connection_large_message()
Dappinfo-test.c17 expected = g_test_build_filename (G_TEST_BUILT, "appinfo-test.desktop", NULL); in main()
Dgdbus-sessionbus.c36 relative = g_test_build_filename (G_TEST_BUILT, "services", NULL); in session_bus_up()
Dresources.c257 resource = g_resource_load (g_test_get_filename (G_TEST_BUILT, "test.gresource", NULL), &error); in test_resource_file()
318 loaded_file = g_file_get_contents (g_test_get_filename (G_TEST_BUILT, "test.gresource", NULL), in test_resource_data()
343 loaded_file = g_file_get_contents (g_test_get_filename (G_TEST_BUILT, "test.gresource", NULL), in test_resource_data_unaligned()
415 resource = g_resource_load (g_test_get_filename (G_TEST_BUILT, "test.gresource", NULL), &error); in test_resource_registered()
724 module = g_io_module_new (g_test_get_filename (G_TEST_BUILT, in test_resource_module()
784 loaded_file = g_file_get_contents (g_test_get_filename (G_TEST_BUILT, "test.gresource", NULL), in test_uri_query_info()
848 loaded_file = g_file_get_contents (g_test_get_filename (G_TEST_BUILT, "test.gresource", NULL), in test_uri_file()
Dgdbus-proxy-well-known-name.c99 …g_assert (g_spawn_command_line_async (g_test_get_filename (G_TEST_BUILT, "gdbus-testserver", NULL)… in test_proxy_well_known_name()
225 …g_assert (g_spawn_command_line_async (g_test_get_filename (G_TEST_BUILT, "gdbus-testserver", NULL)… in test_proxy_well_known_name()
Dgdbus-test-fixture.c26 relative = g_test_build_filename (G_TEST_BUILT, "services", NULL); in fixture_setup()
Dgdbus-connection-loss.c123 path = g_test_build_filename (G_TEST_BUILT, "gdbus-testserver", NULL); in main()
Dgdbus-address-get-session.c112 path = g_strconcat (g_test_get_dir (G_TEST_BUILT), ":", in set_up_mock_dbus_launch()
Dgdbus-proxy-unique-name.c81 …g_assert_true (g_spawn_command_line_async (g_test_get_filename (G_TEST_BUILT, "gdbus-testserver", … in test_proxy_unique_name()
Dgdbus-introspection.c126 …g_assert (g_spawn_command_line_async (g_test_get_filename (G_TEST_BUILT, "gdbus-testserver", NULL)… in test_introspection_parser()
Dgdbus-proxy.c790 …g_assert_true (g_spawn_command_line_async (g_test_get_filename (G_TEST_BUILT, "gdbus-testserver", … in test_proxy()
832 …g_assert_true (g_spawn_command_line_async (g_test_get_filename (G_TEST_BUILT, "gdbus-testserver", … in proxy_ready()
Ddesktop-app-info.c412 argv[0] = g_test_build_filename (G_TEST_BUILT, "apps", NULL); in run_apps()
749 path = g_test_get_filename (G_TEST_BUILT, "appinfo-test.desktop", NULL); in test_launch_as_manager()
Dgdbus-threading.c655 path = g_test_build_filename (G_TEST_BUILT, "gdbus-testserver", NULL); in main()
/third_party/glib/tests/
Dmodule-test.c93 …plugin_a = g_test_build_filename (G_TEST_BUILT, MODULE_FILENAME_PREFIX "moduletestplugin_a_" MODUL… in main()
94 …plugin_b = g_test_build_filename (G_TEST_BUILT, MODULE_FILENAME_PREFIX "moduletestplugin_b_" MODUL… in main()
/third_party/glib/gobject/tests/
Dclosure.c84 path = g_test_build_filename (G_TEST_BUILT, in test_closure_iochannel()
114 argv[0] = g_test_build_filename (G_TEST_BUILT, in test_closure_child()
/third_party/libsoup/tests/
Dntlm-test.c586 g_test_get_filename (G_TEST_BUILT, "ntlm-test-helper", NULL), in do_ntlm_test()
603 g_test_get_filename (G_TEST_BUILT, "ntlm-test-helper", NULL), in do_ntlm_test()
Dtest-utils.c160 server_root = g_test_build_filename (G_TEST_BUILT, "", NULL); in apache_cmd()
758 path = g_test_build_filename (G_TEST_BUILT, "soup-tests.gresource", NULL); in soup_test_register_resources()
Dxmlrpc-server-test.c250 argv[0] = g_test_build_filename (G_TEST_BUILT, "xmlrpc-test", NULL); in run_xmlrpc_test()
Dxmlrpc-old-server-test.c250 argv[0] = g_test_build_filename (G_TEST_BUILT, "xmlrpc-old-test", NULL); in run_xmlrpc_test()
/third_party/glib/glib/
Dgtestutils.h670 G_TEST_BUILT enumerator

12