Searched refs:ustrAbsSysPath (Results 1 – 2 of 2) sorted by relevance
1111 rtl_uString *ustrAbsSysPath = NULL; in osl_getAbsoluteFileURL() local1113 rtl_uString_newFromStr( &ustrAbsSysPath, aBuffer ); in osl_getAbsoluteFileURL()1115 eError = osl_getFileURLFromSystemPath( ustrAbsSysPath, pustrAbsoluteURL ); in osl_getAbsoluteFileURL()1117 if ( ustrAbsSysPath ) in osl_getAbsoluteFileURL()1118 rtl_uString_release( ustrAbsSysPath ); in osl_getAbsoluteFileURL()
1450 rtl_uString *ustrAbsSysPath = NULL; in osl_getAbsoluteFileURL() local1452 oslMakeUStrFromPsz( szBuffer, &ustrAbsSysPath); in osl_getAbsoluteFileURL()1454 eError = osl_getFileURLFromSystemPath( ustrAbsSysPath, pustrAbsoluteURL ); in osl_getAbsoluteFileURL()1456 if ( ustrAbsSysPath ) in osl_getAbsoluteFileURL()1457 rtl_uString_release( ustrAbsSysPath ); in osl_getAbsoluteFileURL()
Completed in 29 milliseconds