Home
last modified time | relevance | path

Searched refs:strBuffer (Results 1 – 3 of 3) sorted by path

/trunk/main/sal/osl/w32/
H A Dfile_url.cxx865 rtl_uString *strBuffer = NULL; in _osl_getFileURLFromSystemPath() local
878 …rtl_uString_newFromStr_WithLength( &strBuffer, strPath->buffer + nIgnore - 2, nLength - nIgnore + … in _osl_getFileURLFromSystemPath()
879 strBuffer->buffer[0] = '\\'; in _osl_getFileURLFromSystemPath()
881 rtl_uString_newReplace( &strTempPath, strBuffer, '\\', '/' ); in _osl_getFileURLFromSystemPath()
882 rtl_uString_release( strBuffer ); in _osl_getFileURLFromSystemPath()
891 … rtl_uString_newFromStr_WithLength( &strBuffer, strPath->buffer + nIgnore, nLength - nIgnore ); in _osl_getFileURLFromSystemPath()
893 rtl_uString_newReplace( &strTempPath, strBuffer, '\\', '/' ); in _osl_getFileURLFromSystemPath()
894 rtl_uString_release( strBuffer ); in _osl_getFileURLFromSystemPath()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java284 StringBuffer strBuffer = new StringBuffer(10240); in readStreamAsString() local
291 strBuffer.append(buf, 0, count); in readStreamAsString()
304 return strBuffer.toString(); in readStreamAsString()

Completed in 26 milliseconds