Searched refs:projpath (Results 1 – 1 of 1) sorted by relevance
121 BOOL MakeRelativePath(const CString &projpath, CString &filepath) in MakeRelativePath() argument135 if (toupper(projpath[0]) != toupper(filepath[0])) in MakeRelativePath()143 if (!projpath[index] || !filepath[index]) in MakeRelativePath()149 if (toupper(projpath[index]) != toupper(filepath[index])) in MakeRelativePath()167 if (filepath[index] || projpath[index]) in MakeRelativePath()178 if (projpath[index]) in MakeRelativePath()197 while(projpath[index]) in MakeRelativePath()199 if (projpath[index] == '\\' && projpath[index + 1] != 0) in MakeRelativePath()