Searched refs:strEncodedURL (Results 1 – 2 of 2) sorted by relevance
935 rtl_String *strEncodedURL = NULL; in _osl_getFileURLFromSystemPath() local938 _osl_encodeURL( strTempURL, &strEncodedURL ); in _osl_getFileURLFromSystemPath()941 …rtl_string2UString( pstrURL, rtl_string_getStr(strEncodedURL), rtl_string_getLength(strEncodedURL)… in _osl_getFileURLFromSystemPath()943 rtl_string_release( strEncodedURL ); in _osl_getFileURLFromSystemPath()
640 rtl_String *strEncodedURL = NULL; in _osl_getFileURLFromSystemPath() local644 _osl_encodeURL( strTempURL, &strEncodedURL ); in _osl_getFileURLFromSystemPath()648 …rtl_string2UString( pstrURL, rtl_string_getStr(strEncodedURL), rtl_string_getLength(strEncodedURL)… in _osl_getFileURLFromSystemPath()650 rtl_string_release( strEncodedURL ); in _osl_getFileURLFromSystemPath()
Completed in 14 milliseconds