Searched refs:lookup_path (Results 1 – 3 of 3) sorted by relevance
/third_party/selinux/libselinux/src/ |
D | selinux_restorecon.c | 643 const char *lookup_path = pathname; in restorecon_sb() local 654 if (strncmp(rootpath, lookup_path, rootpathlen) != 0) { in restorecon_sb() 657 lookup_path, rootpath); in restorecon_sb() 660 lookup_path += rootpathlen; in restorecon_sb() 663 if (rootpath != NULL && lookup_path[0] == '\0') in restorecon_sb() 668 rc = selabel_lookup_raw(fc_sehandle, &newcon, lookup_path, in restorecon_sb() 676 lookup_path); in restorecon_sb()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse.c | 1163 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()
|
/third_party/libfuse/lib/ |
D | fuse.c | 2481 static int lookup_path(struct fuse *f, fuse_ino_t nodeid, in lookup_path() function 2672 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_lookup() 2912 err = lookup_path(f, parent, name, path, &e, in fuse_lib_mknod() 2920 err = lookup_path(f, parent, name, path, &e, in fuse_lib_mknod() 2944 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_mkdir() 3027 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_symlink() 3089 err = lookup_path(f, newparent, newname, newpath, in fuse_lib_link() 3144 err = lookup_path(f, parent, name, path, &e, fi); in fuse_lib_create()
|