Home
last modified time | relevance | path

Searched refs:projpath (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.cpp121 BOOL MakeRelativePath(const CString &projpath, CString &filepath) in MakeRelativePath() argument
135 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()