Searched refs:ustrTempPath (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/filter/source/placeware/ |
H A D | tempfile.cxx | 52 rtl_uString *ustrTempPath = NULL; in my_getTempDirURL() local 54 …rtl_string2UString( &ustrTempPath, pValue, strlen( pValue ), osl_getThreadTextEncoding(), OSTRING_… in my_getTempDirURL() 55 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in my_getTempDirURL() 56 rtl_uString_release( ustrTempPath ); in my_getTempDirURL() 110 rtl_uString *ustrTempPath = NULL; in my_getTempDirURL() local 115 rtl_uString_newFromStr( &ustrTempPath, reinterpret_cast<const sal_Unicode*>(lpBuffer) ); in my_getTempDirURL() 117 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in my_getTempDirURL() 119 rtl_uString_release( ustrTempPath ); in my_getTempDirURL()
|
/aoo4110/main/sal/osl/os2/ |
H A D | tempfile.c | 63 rtl_uString *ustrTempPath = NULL; in osl_getTempDirURL() local 65 …rtl_string2UString( &ustrTempPath, pValue, strlen( pValue ), osl_getThreadTextEncoding(), OSTRING_… in osl_getTempDirURL() 66 OSL_ASSERT(ustrTempPath != NULL); in osl_getTempDirURL() 67 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in osl_getTempDirURL() 68 rtl_uString_release( ustrTempPath ); in osl_getTempDirURL()
|
/aoo4110/main/sal/osl/unx/ |
H A D | tempfile.c | 74 rtl_uString *ustrTempPath = NULL; in osl_getTempDirURL() local 76 …rtl_string2UString( &ustrTempPath, pValue, strlen( pValue ), osl_getThreadTextEncoding(), OSTRING_… in osl_getTempDirURL() 77 OSL_ASSERT(ustrTempPath != NULL); in osl_getTempDirURL() 78 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in osl_getTempDirURL() 79 rtl_uString_release( ustrTempPath ); in osl_getTempDirURL()
|
/aoo4110/main/sal/osl/w32/ |
H A D | tempfile.cxx | 254 rtl_uString *ustrTempPath = NULL; in osl_getTempDirURL() local 259 rtl_uString_newFromStr( &ustrTempPath, reinterpret_cast<const sal_Unicode*>(lpBuffer) ); in osl_getTempDirURL() 261 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in osl_getTempDirURL() 263 rtl_uString_release( ustrTempPath ); in osl_getTempDirURL()
|
Completed in 404 milliseconds