Home
last modified time | relevance | path

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

/trunk/main/autodoc/source/cosv/storage/
H A Ddirchain.cxx63 const char * pRestPath = i_sSubPath; in Set() local
64 if (*pRestPath == *i_sDelimiter) in Set()
65 ++pRestPath; in Set()
67 for ( const char * pDirEnd = strchr(pRestPath,*i_sDelimiter); in Set()
69 pDirEnd = strchr(pRestPath,*i_sDelimiter) ) in Set()
71 aPath.push_back( String(pRestPath, pDirEnd) ); in Set()
72 pRestPath = pDirEnd + 1; in Set()
74 if (*pRestPath != 0 AND i_bPathIsAlwaysDir) in Set()
75 aPath.push_back( String(pRestPath) ); in Set()
H A Dplocroot.cxx435 const char * pRestPath = i_sPath + 2; in UNCRoot() local
436 const char * pDirEnd = strchr(pRestPath, '\\'); in UNCRoot()
439 sComputer = String(pRestPath, pDirEnd - pRestPath); in UNCRoot()
440 pRestPath = pDirEnd+1; in UNCRoot()
441 pDirEnd = strchr(pRestPath, '\\'); in UNCRoot()
445 sEntryPt = String(pRestPath, pDirEnd - pRestPath); in UNCRoot()
449 sEntryPt = pRestPath; in UNCRoot()

Completed in 11 milliseconds