Home
last modified time | relevance | path

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

/aoo41x/main/idlc/source/
H A Didlcproduce.cxx53 OString sysPathName = convertToAbsoluteSystemPath(completeName); in checkOutputPath() local
54 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 6 milliseconds