Lines Matching refs:ustrSystemPath
297 oslFileError SAL_CALL osl_getFileURLFromSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pust… in osl_getFileURLFromSystemPath() argument
304 if( 0 == ustrSystemPath->length ) in osl_getFileURLFromSystemPath()
309 …if( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( ustrSystemPath->buffer, ustrSystemPath->lengt… in osl_getFileURLFromSystemPath()
334 if( (sal_Unicode) '~' == ustrSystemPath->buffer[0] ) in osl_getFileURLFromSystemPath()
337 if( ( 1 == ustrSystemPath->length ) || ( (sal_Unicode)'/' == ustrSystemPath->buffer[1] ) ) in osl_getFileURLFromSystemPath()
346 rtl_uString_newReplaceStrAt( &pTmp, ustrSystemPath, 0, 1, pTmp ); in osl_getFileURLFromSystemPath()
357 …nIndex = rtl_ustr_indexOfStr_WithLength( ustrSystemPath->buffer, ustrSystemPath->length, pDoubleSl… in osl_getFileURLFromSystemPath()
365 rtl_uString_newFromString( &pTmp, ustrSystemPath ); in osl_getFileURLFromSystemPath()
368 nIndex += pTmp->length - ustrSystemPath->length; in osl_getFileURLFromSystemPath()
384 rtl_uString_assign( &pTmp, ustrSystemPath ); in osl_getFileURLFromSystemPath()
825 rtl_uString* ustrSystemPath = NULL; in FileURLToPath() local
826 oslFileError osl_error = osl_getSystemPathFromFileURL(ustrFileURL, &ustrSystemPath); in FileURLToPath()
831 osl_systemPathRemoveSeparator(ustrSystemPath); in FileURLToPath()
834 if(!UnicodeToText( buffer, bufLen, ustrSystemPath->buffer, ustrSystemPath->length)) in FileURLToPath()
837 rtl_uString_release(ustrSystemPath); in FileURLToPath()