Lines Matching refs:strTempPath

715     rtl_uString			*strTempPath = NULL;  in _osl_getSystemPathFromFileURL()  local
765 …rtl_uString_newFromStr_WithLength( &strTempPath, reinterpret_cast<const sal_Unicode*>(WSTR_SYSTEM_… in _osl_getSystemPathFromFileURL()
771 … rtl_uString_newFromStr_WithLength( &strTempPath, pDecodedURL + nSkip, nDecodedLen - nSkip ); in _osl_getSystemPathFromFileURL()
785 rtl_uString_newFromStr_WithLength( &strTempPath, aBuf, nNewLen ); in _osl_getSystemPathFromFileURL()
795 rtl_uString_newConcat( &strTempPath, strPrefix, strSuffix ); in _osl_getSystemPathFromFileURL()
807 rtl_uString_newConcat( &strTempPath, strPrefix, strSuffix ); in _osl_getSystemPathFromFileURL()
815 if ( IsValidFilePath( strTempPath, NULL, VALIDATEPATH_ALLOW_ELLIPSE, &strTempPath ) ) in _osl_getSystemPathFromFileURL()
821 rtl_uString_assign( &strTempPath, strDecodedURL ); in _osl_getSystemPathFromFileURL()
823 …if ( IsValidFilePath( strTempPath, NULL, VALIDATEPATH_ALLOW_RELATIVE | VALIDATEPATH_ALLOW_ELLIPSE,… in _osl_getSystemPathFromFileURL()
837 rtl_uString_assign( pustrPath, strTempPath ); in _osl_getSystemPathFromFileURL()
839 if ( strTempPath ) in _osl_getSystemPathFromFileURL()
840 rtl_uString_release( strTempPath ); in _osl_getSystemPathFromFileURL()
861 rtl_uString *strTempPath = NULL; in _osl_getFileURLFromSystemPath() local
881 rtl_uString_newReplace( &strTempPath, strBuffer, '\\', '/' ); in _osl_getFileURLFromSystemPath()
893 rtl_uString_newReplace( &strTempPath, strBuffer, '\\', '/' ); in _osl_getFileURLFromSystemPath()
899 rtl_uString_newReplace( &strTempPath, strPath, '\\', '/' ); in _osl_getFileURLFromSystemPath()
906 rtl_uString_newReplace( &strTempPath, strPath, '\\', '/' ); in _osl_getFileURLFromSystemPath()
912 rtl_uString_assign( &strTempURL, strTempPath ); in _osl_getFileURLFromSystemPath()
917 rtl_uString_newConcat( &strTempURL, strTempURL, strTempPath ); in _osl_getFileURLFromSystemPath()
922 rtl_uString_newConcat( &strTempURL, strTempURL, strTempPath ); in _osl_getFileURLFromSystemPath()
930 rtl_uString_release( strTempPath ); in _osl_getFileURLFromSystemPath()