Home
last modified time | relevance | path

Searched refs:realpath_not_final (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libselinux/src/
Dmatchpathcon.c349 int realpath_not_final(const char *name, char *resolved_path) in realpath_not_final() function
417 if (!realpath_not_final(path, stackpath)) in matchpathcon()
/external/selinux/libselinux/include/selinux/
Dselinux.h452 extern int realpath_not_final(const char *name, char *resolved_path);
/external/selinux/policycoreutils/setfiles/
Drestore.c423 rc = realpath_not_final(name, path); in process_one_realpath()
/external/selinux/policycoreutils/
DChangeLog258 * make use of the new realpath_not_final function