Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dmatchpathcon.c433 char stackpath[PATH_MAX + 1]; in matchpathcon() local
439 if (!realpath_not_final(path, stackpath)) in matchpathcon()
440 path = stackpath; in matchpathcon()
442 p = realpath(path, stackpath); in matchpathcon()
495 char stackpath[PATH_MAX + 1]; in selinux_file_context_verify() local
499 if (!realpath_not_final(path, stackpath)) in selinux_file_context_verify()
500 path = stackpath; in selinux_file_context_verify()
502 p = realpath(path, stackpath); in selinux_file_context_verify()
/external/selinux/policycoreutils/sestatus/
Dsestatus.c65 char stackpath[PATH_MAX + 1], *p; in pidof() local
76 p = realpath(command, stackpath); in pidof()