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