Searched refs:stackpath (Results 1 – 2 of 2) sorted by relevance
433 char stackpath[PATH_MAX + 1]; in matchpathcon() local439 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() local499 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()
65 char stackpath[PATH_MAX + 1], *p; in pidof() local76 p = realpath(command, stackpath); in pidof()