Searched refs:g_file_read_link (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/tests/ |
D | file-test.c | 171 data = g_file_read_link (link1, &error); in test_readlink() 177 data = g_file_read_link (link2, &error); in test_readlink() 183 data = g_file_read_link (link3, &error); in test_readlink() 189 data = g_file_read_link (filename, &error); in test_readlink()
|
/third_party/glib/glib/ |
D | gfileutils.h | 137 gchar *g_file_read_link (const gchar *filename,
|
D | gfileutils.c | 2295 g_file_read_link (const gchar *filename, in g_file_read_link() function
|
D | gtimezone.c | 453 resolved_identifier = g_file_read_link ("/etc/localtime", &read_link_err); in zone_identifier_unix()
|
/third_party/glib/glib/tests/ |
D | fileutils.c | 1275 path = g_file_read_link (newpath, &error); in test_read_link() 1283 path = g_file_read_link (newpath, &error); in test_read_link() 1288 path = g_file_read_link (oldpath, &error); in test_read_link()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gst.c | 336 _gst_executable_path = g_file_read_link ("/proc/self/exe", &error); in find_executable_path()
|
/third_party/glib/gio/ |
D | gunixmounts.c | 3085 link = g_file_read_link (f, &error); in _resolve_symlink()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1653 g_file_read_link
|
/third_party/glib/ |
D | NEWS | 12975 * Add g_file_read_link to read symbolic links [Matthias]
|