Searched refs:g_filename_to_utf8 (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gio/ |
D | gfilenamecompleter.c | 208 basename = g_filename_to_utf8 (name, -1, NULL, NULL, NULL); in got_more_files() 388 basename = g_filename_to_utf8 (basename, -1, NULL, NULL, NULL); in init_completion()
|
D | glocalfileenumerator.c | 238 utf8_filename = g_filename_to_utf8 (filename, -1, NULL, NULL, NULL); in _g_local_file_enumerator_new()
|
D | glocalfileinfo.c | 1728 char *copy_name = g_filename_to_utf8 (basename, -1, NULL, NULL, NULL); in _g_local_file_info_get_nostat()
|
/third_party/glib/glib/ |
D | gconvert.h | 143 gchar* g_filename_to_utf8 (const gchar *opsysstring,
|
D | gdir.c | 151 utf8_path = g_filename_to_utf8 (path, -1, NULL, NULL, NULL); in g_dir_open()
|
D | gconvert.c | 1261 g_filename_to_utf8 (const gchar *opsysstring, in g_filename_to_utf8() function 1990 return g_filename_to_utf8 (opsysstring, len, bytes_read, bytes_written, error); in g_filename_to_utf8_utf8()
|
/third_party/glib/glib/tests/ |
D | convert.c | 667 utf8 = g_filename_to_utf8 (filename, -1, NULL, NULL, &error); in test_filename_utf8() 836 res = g_filename_to_utf8 ("ab\0c", 4, &bytes_read, NULL, &error); in test_filename_to_utf8_embedded_nul_utf8() 860 res = g_filename_to_utf8 ("ab\0c", 4, &bytes_read, NULL, &error); in test_filename_to_utf8_embedded_nul_iconv()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3252 g_filename_to_utf8
|