Lines Matching refs:strTempPath
607 rtl_uString *strTempPath = NULL; in _osl_getFileURLFromSystemPath() local
611 rtl_uString_newReplace( &strTempPath, strPath, '\\', '/' ); in _osl_getFileURLFromSystemPath()
616 rtl_uString_assign( &strTempURL, strTempPath ); in _osl_getFileURLFromSystemPath()
621 rtl_uString_newConcat( &strTempURL, strTempURL, strTempPath ); in _osl_getFileURLFromSystemPath()
626 rtl_uString_newConcat( &strTempURL, strTempURL, strTempPath ); in _osl_getFileURLFromSystemPath()
635 rtl_uString_release( strTempPath ); in _osl_getFileURLFromSystemPath()
787 rtl_uString *strTempPath = NULL; in _osl_getSystemPathFromFileURL() local
840 …rtl_uString_newFromStr_WithLength( &strTempPath, (const sal_Unicode*)WSTR_SYSTEM_ROOT_PATH, ELEMEN… in _osl_getSystemPathFromFileURL()
842 rtl_uString_newFromStr_WithLength( &strTempPath, pDecodedURL + nSkip, nDecodedLen - nSkip ); in _osl_getSystemPathFromFileURL()
844 if ( IsValidFilePath( strTempPath->buffer, NULL, VALIDATEPATH_ALLOW_ELLIPSE ) ) in _osl_getSystemPathFromFileURL()
849 rtl_uString_assign( &strTempPath, strDecodedURL ); in _osl_getSystemPathFromFileURL()
851 …if ( IsValidFilePath( strTempPath->buffer, NULL, VALIDATEPATH_ALLOW_RELATIVE | VALIDATEPATH_ALLOW_… in _osl_getSystemPathFromFileURL()
865 rtl_uString_assign( pustrPath, strTempPath ); in _osl_getSystemPathFromFileURL()
867 if ( strTempPath ) in _osl_getSystemPathFromFileURL()
868 rtl_uString_release( strTempPath ); in _osl_getSystemPathFromFileURL()