Lines Matching defs:path
169 "Full path required for exclude: %s.\n",
642 static bool is_hnp_path(const char *path)
644 size_t pathLen = strlen(path);
646 (strstr(path, HNP_PUBLIC_DIR) == NULL)) {
650 if (strncmp(path, HNP_ROOT_PATH, HNP_ROOT_PATH_LEN) != 0) {
824 char *path;
863 (*new_node)->path = strdup(pathname);
865 if (!(*new_node)->path) {
884 static bool is_in_skip_elx(const char *path) {
890 if (strncmp(path, skip_elx_path[i], strlen(skip_elx_path[i])) == 0) {
1374 if (setxattr(current->path,
1380 current->path);
1407 free(current->path);
1420 "SELinux: Could not get canonical path for %s restorecon: %m.\n",
1509 "lstat error on exclude path \"%s\", %m - ignoring.\n",