Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstudiox_util.cpp124 int lastdir = 0; in MakeRelativePath() local
161 lastdir = index; in MakeRelativePath()
181 if (lastdir == index - 1) in MakeRelativePath()
190 lastdir = index; in MakeRelativePath()
207 if (filepath[lastdir] == '\\') in MakeRelativePath()
209 lastdir++; in MakeRelativePath()
211 temp += filepath.Right(filepath.GetLength() - lastdir); in MakeRelativePath()