Home
last modified time | relevance | path

Searched refs:do_lookup (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/
Dgresource.c654 do_lookup (GResource *resource, in do_lookup() function
749 if (!do_lookup (resource, path, lookup_flags, NULL, &flags, &data, &data_size, error)) in g_resource_open_stream()
809 if (!do_lookup (resource, path, lookup_flags, &size, &flags, &data, &data_size, error)) in g_resource_lookup_data()
898 return do_lookup (resource, path, lookup_flags, size, flags, NULL, NULL, error); in g_resource_get_info()
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c491 static void do_lookup(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_lookup() function
1238 [FUSE_LOOKUP] = { do_lookup, "LOOKUP" },
/third_party/glib/
DNEWS2550 #927 gio/gresource.c:do_lookup check for terminating "/"