Lines Matching defs:res_path
306 char* res_path;
334 res_path = *resolved_path;
336 memcpy(res_path, fd->real_path, real_path_len);
337 res_path += real_path_len;
342 *res_path = '/';
343 res_path++;
346 memcpy(res_path, stripped_path, stripped_len);
347 res_path += stripped_len;
350 *res_path = '\0';
354 res_path = *resolved_path;
356 if (res_path[i] == '/')
357 res_path[i] = '\\';