Home
last modified time | relevance | path

Searched refs:strEncodedURL (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sal/osl/w32/
H A Dfile_url.cxx935 rtl_String *strEncodedURL = NULL; in _osl_getFileURLFromSystemPath() local
938 _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()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx640 rtl_String *strEncodedURL = NULL; in _osl_getFileURLFromSystemPath() local
644 _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 31 milliseconds