Searched refs:lookup_path (Results 1 – 2 of 2) sorted by relevance
595 const char *lookup_path = pathname; in restorecon_sb() local599 if (strncmp(rootpath, lookup_path, rootpathlen) != 0) { in restorecon_sb()602 lookup_path, rootpath); in restorecon_sb()605 lookup_path += rootpathlen; in restorecon_sb()608 if (rootpath != NULL && lookup_path[0] == '\0') in restorecon_sb()613 rc = selabel_lookup_raw(fc_sehandle, &newcon, lookup_path, in restorecon_sb()620 lookup_path); in restorecon_sb()
463 lookup_path = match.group(1).split(':')464 file_path = lookup_path[0]469 for k in lookup_path[1:]: