Home
last modified time | relevance | path

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

/aoo41x/main/cosv/source/storage/
H A Dplocroot.cxx436 const char * pDirEnd = strchr(pRestPath, '\\'); in UNCRoot() local
437 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()
H A Ddirchain.cxx67 for ( const char * pDirEnd = strchr(pRestPath,*i_sDelimiter); in Set() local
68 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 28 milliseconds