Searched refs:strBuffer (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | file_url.cxx | 865 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()
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileUtil.java | 284 StringBuffer strBuffer = new StringBuffer(10240); in readStreamAsString() local 291 strBuffer.append(buf, 0, count); in readStreamAsString() 304 return strBuffer.toString(); in readStreamAsString()
|
/aoo42x/test/testassistant/lib/ |
H A D | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
... |
Completed in 47 milliseconds