Searched refs:g_get_current_dir (Results 1 – 20 of 20) sorted by relevance
100 GOwnPtr<gchar> currentDirectory(g_get_current_dir()); in createPage()119 GOwnPtr<gchar> currentDirectory(g_get_current_dir()); in localizedStringsURL()
234 #define g_get_current_dir g_get_current_dir_utf8 macro238 gchar* g_get_current_dir (void);
994 g_get_current_dir (void) in g_get_current_dir() function3348 #undef g_get_current_dir3351 g_get_current_dir (void) in g_get_current_dir() function
3617 #undef g_get_current_dir 3618 extern __typeof (g_get_current_dir) g_get_current_dir __attribute((alias("IA__g_get_current_dir"), …
3606 extern __typeof (g_get_current_dir) IA__g_get_current_dir __attribute((visibility("hidden")));3607 #define g_get_current_dir IA__g_get_current_dir macro
86 dir = g_get_current_dir (); in main()
247 dir = g_get_current_dir (); in main()
685 cwd = g_get_current_dir (); in test_info()
247 basedir = g_get_current_dir (); in main()
343 cwd = g_get_current_dir (); in test_g_file_new_for_commandline_arg()
1436 g_get_current_dir
1431 * glib/gutils.c (g_get_current_dir): In the Win32 version, use1443 (g_get_current_dir): Use wide character API when available.
4950 * gutils.c (g_get_current_dir): max_len can't be initialized5832 * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann5864 * gutils.c (g_get_current_dir): Allocate only up to 128KB for a5874 * gutils.c (g_get_current_dir): Make g_get_current_dir work on
82 573843 g_get_current_dir returns non-absolute path1438 447935 g_get_current_dir SIGSEGV on long path
459 * glib/gutils (g_get_current_dir): Prevent segfaults on
2238 * gutils.c: implement g_get_current_dir() which returns a newly
238 cwd = g_get_current_dir (); in canonicalize_filename()
4963 current_dir = g_get_current_dir (); in g_file_new_for_commandline_arg()
45 Bug 573843 – g_get_current_dir returns non-absolute path48 Handle the case where g_get_current_dir() returns a non-absolute path.
2242 g_get_real_name(), g_get_tmp_dir() and g_get_current_dir().