Home
last modified time | relevance | path

Searched refs:g_file_read_link (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/tests/
Dfile-test.c171 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/
Dgfileutils.h137 gchar *g_file_read_link (const gchar *filename,
Dgfileutils.c2295 g_file_read_link (const gchar *filename, in g_file_read_link() function
Dgtimezone.c453 resolved_identifier = g_file_read_link ("/etc/localtime", &read_link_err); in zone_identifier_unix()
/third_party/glib/glib/tests/
Dfileutils.c1275 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/
Dgst.c336 _gst_executable_path = g_file_read_link ("/proc/self/exe", &error); in find_executable_path()
/third_party/glib/gio/
Dgunixmounts.c3085 link = g_file_read_link (f, &error); in _resolve_symlink()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1653 g_file_read_link
/third_party/glib/
DNEWS12975 * Add g_file_read_link to read symbolic links [Matthias]