Searched refs:pDirEnd (Results 1 – 2 of 2) sorted by relevance
436 const char * pDirEnd = strchr(pRestPath, '\\'); in UNCRoot() local437 csv_assert(pDirEnd != 0); in UNCRoot()439 sComputer = String(pRestPath, pDirEnd - pRestPath); in UNCRoot()440 pRestPath = pDirEnd+1; in UNCRoot()441 pDirEnd = strchr(pRestPath, '\\'); in UNCRoot()443 if ( pDirEnd != 0 ) in UNCRoot()445 sEntryPt = String(pRestPath, pDirEnd - pRestPath); in UNCRoot()
67 for ( const char * pDirEnd = strchr(pRestPath,*i_sDelimiter); in Set() local68 pDirEnd != 0; 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()
Completed in 9 milliseconds