Searched refs:_g_win32_parse_filename (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/gio/ |
D | giowin32-private.c | 168 _g_win32_parse_filename (const gunichar2 *commandline, in _g_win32_parse_filename() function 280 …_g_win32_parse_filename (commandline, FALSE, &executable, &execlen, &executable_basename, &first_a… in _g_win32_extract_executable() 342 _g_win32_parse_filename (first_argument, TRUE, &dllpart, &filename_len, NULL, &filename_end); in _g_win32_extract_executable() 438 _g_win32_parse_filename (commandline, FALSE, NULL, NULL, NULL, &first_argument); in _g_win32_fixup_broken_microsoft_rundll_commandline() 443 …_g_win32_parse_filename (first_argument, TRUE, NULL, NULL, NULL, (const gunichar2 **) &after_first… in _g_win32_fixup_broken_microsoft_rundll_commandline()
|
/third_party/glib/gio/tests/ |
D | win32-appinfo.c | 420 _g_win32_parse_filename (argument, FALSE, NULL, NULL, NULL, NULL); in test_win32_parse_filename()
|