Searched refs:lookup_path (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 603 const char *lookup_path = pathname; in restorecon_sb() local 607 if (strncmp(rootpath, lookup_path, rootpathlen) != 0) { in restorecon_sb() 610 lookup_path, rootpath); in restorecon_sb() 613 lookup_path += rootpathlen; in restorecon_sb() 616 if (rootpath != NULL && lookup_path[0] == '\0') in restorecon_sb() 621 rc = selabel_lookup_raw(fc_sehandle, &newcon, lookup_path, in restorecon_sb() 628 lookup_path); in restorecon_sb()
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 531 lookup_path = match.group(1).split(':') 532 file_path = lookup_path[0] 538 for k in lookup_path[1:]:
|
/external/libfuse/lib/ |
D | fuse.c | 2530 static int lookup_path(struct fuse *f, fuse_ino_t nodeid, in lookup_path() function 2725 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_lookup() 2965 err = lookup_path(f, parent, name, path, &e, in fuse_lib_mknod() 2973 err = lookup_path(f, parent, name, path, &e, in fuse_lib_mknod() 2997 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_mkdir() 3066 err = lookup_path(f, parent, name, path, &e, NULL); in fuse_lib_symlink() 3128 err = lookup_path(f, newparent, newname, newpath, in fuse_lib_link() 3183 err = lookup_path(f, parent, name, path, &e, fi); in fuse_lib_create()
|