Home
last modified time | relevance | path

Searched refs:_g_win32_parse_filename (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgiowin32-private.c168 _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/
Dwin32-appinfo.c420 _g_win32_parse_filename (argument, FALSE, NULL, NULL, NULL, NULL); in test_win32_parse_filename()