Searched refs:pRestPath (Results 1 – 2 of 2) sorted by relevance
63 const char * pRestPath = i_sSubPath; in Set() local64 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()
435 const char * pRestPath = i_sPath + 2; in UNCRoot() local436 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 19 milliseconds