Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c605 const char *lookup_path = pathname; in restorecon_sb() local
609 if (strncmp(rootpath, lookup_path, rootpathlen) != 0) { in restorecon_sb()
612 lookup_path, rootpath); in restorecon_sb()
615 lookup_path += rootpathlen; in restorecon_sb()
618 if (rootpath != NULL && lookup_path[0] == '\0') in restorecon_sb()
623 rc = selabel_lookup_raw(fc_sehandle, &newcon, lookup_path, in restorecon_sb()
630 lookup_path); in restorecon_sb()
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py531 lookup_path = match.group(1).split(':')
532 file_path = lookup_path[0]
538 for k in lookup_path[1:]: