Searched refs:sysPathName (Results 1 – 1 of 1) sorted by relevance
53 OString sysPathName = convertToAbsoluteSystemPath(completeName); in checkOutputPath() local54 OStringBuffer buffer(sysPathName.getLength()); in checkOutputPath()56 if ( sysPathName.indexOf( SEPARATOR ) == -1 ) in checkOutputPath()60 OString token(sysPathName.getToken(0, SEPARATOR, nIndex)); in checkOutputPath()74 buffer.append(sysPathName.getToken(0, SEPARATOR, nIndex)); in checkOutputPath()
Completed in 14 milliseconds