Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dselinux_restorecon.c614 const char *lookup_path = pathname; in restorecon_sb() local
625 if (strncmp(rootpath, lookup_path, rootpathlen) != 0) { in restorecon_sb()
628 lookup_path, rootpath); in restorecon_sb()
631 lookup_path += rootpathlen; in restorecon_sb()
634 if (rootpath != NULL && lookup_path[0] == '\0') in restorecon_sb()
639 rc = selabel_lookup_raw(fc_sehandle, &newcon, lookup_path, in restorecon_sb()
646 lookup_path); in restorecon_sb()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c1163 static int lookup_path(struct fuse *f, fuse_ino_t nodeid, in lookup_path() function
1352 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_lookup()
1573 err = lookup_path(f, parent, name, path, &e, &fi); in fuse_lib_mknod()
1580 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_mknod()
1607 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_mkdir()
1686 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_symlink()
1751 err = lookup_path(f, newparent, newname, newpath, &e, NULL); in fuse_lib_link()
1800 err = lookup_path(f, parent, name, path, &e, fi); in fuse_lib_create()