Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dmatchpathcon.c411 char stackpath[PATH_MAX + 1]; in matchpathcon() local
417 if (!realpath_not_final(path, stackpath)) in matchpathcon()
418 path = stackpath; in matchpathcon()
420 p = realpath(path, stackpath); in matchpathcon()