Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dfile_url.cxx1059 rtl_uString *ustrBaseSysPath = NULL; in osl_getAbsoluteFileURL() local
1063 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()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx1393 rtl_uString *ustrBaseSysPath = NULL; in osl_getAbsoluteFileURL() local
1397 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()

Completed in 14 milliseconds