Home | History | Annotate | Download | only in util

Lines Matching refs:comp_dir

267 static int get_real_path(const char *raw_path, const char *comp_dir,
273 if (raw_path[0] != '/' && comp_dir)
274 /* If not an absolute path, try to use comp_dir */
275 prefix = comp_dir;
296 /* In case of searching comp_dir, don't retry */
400 ret = get_real_path(tmp, lr->comp_dir, &lr->path);