Lines Matching defs:newpath
337 _cleanup_free_ char *newpath;
339 newpath = path_make_absolute_cwd(path);
340 if (!newpath)
343 r = selabel_lookup_raw(label_hnd, &filecon, newpath, mode);
426 _cleanup_free_ char *newpath;
428 newpath = path_make_absolute_cwd(path);
429 if (!newpath)
432 r = selabel_lookup_raw(label_hnd, &fcon, newpath, S_IFDIR);
495 _cleanup_free_ char *newpath;
497 newpath = path_make_absolute_cwd(path);
498 if (!newpath)
501 r = selabel_lookup_raw(label_hnd, &fcon, newpath, S_IFSOCK);