Searched defs:stackpath (Results 1 - 1 of 1) sorted by relevance

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

Completed in 84 milliseconds