Searched refs:ustrBaseSysPath (Results 1 – 2 of 2) sorted by relevance
1393 rtl_uString *ustrBaseSysPath = NULL; in osl_getAbsoluteFileURL() local1397 eError = _osl_getSystemPathFromFileURL( ustrBaseURL, &ustrBaseSysPath, sal_False ); in osl_getAbsoluteFileURL()1424 if ( ustrBaseSysPath ) in osl_getAbsoluteFileURL()1434 …UnicodeToText( szBaseSysPath, sizeof(szBaseSysPath), ustrBaseSysPath->buffer, ustrBaseSysPath->len… in osl_getAbsoluteFileURL()1441 if ( ustrBaseSysPath ) in osl_getAbsoluteFileURL()1463 if ( ustrBaseSysPath ) in osl_getAbsoluteFileURL()1464 rtl_uString_release( ustrBaseSysPath ); in osl_getAbsoluteFileURL()
1059 rtl_uString *ustrBaseSysPath = NULL; in osl_getAbsoluteFileURL() local1063 eError = _osl_getSystemPathFromFileURL( ustrBaseURL, &ustrBaseSysPath, sal_False ); in osl_getAbsoluteFileURL()1088 if ( ustrBaseSysPath ) in osl_getAbsoluteFileURL()1093 SetCurrentDirectoryW( reinterpret_cast<LPCWSTR>(ustrBaseSysPath->buffer) ); in osl_getAbsoluteFileURL()1098 if ( ustrBaseSysPath ) in osl_getAbsoluteFileURL()1125 if ( ustrBaseSysPath ) in osl_getAbsoluteFileURL()1126 rtl_uString_release( ustrBaseSysPath ); in osl_getAbsoluteFileURL()
Completed in 21 milliseconds