Lines Matching full:base_path
93 path to it by considering it is relative to base_path. URL are96 const char *base_path,107 p = strchr(base_path, ':');111 p = base_path;112 p1 = strrchr(base_path, '/');116 p2 = strrchr(base_path, '\\');124 p1 = base_path;127 len = p - base_path;130 memcpy(dest, base_path, len);