Searched refs:in_path (Results 1 – 1 of 1) sorted by relevance
158 static bool __attribute__ ((unused)) path_in_path(const char *path, const char *in_path) { in path_in_path() argument163 if (realpath(in_path, real_in_path) == NULL) return false; in path_in_path()