HelenOS sources

get_abs_path      127 uspace/srv/devman/driver.c 	match_path = get_abs_path(base_path, name, MATCH_EXT);
get_abs_path      142 uspace/srv/devman/driver.c 	drv->binary_path = get_abs_path(base_path, name, "");
get_abs_path       40 uspace/srv/devman/util.h extern char *get_abs_path(const char *, const char *, const char *);
HelenOS homepage, sources at GitHub