Lines Matching refs:ustrSystemPath
826 rtl_uString *ustrSystemPath = NULL; in _osl_openLocalRoot() local
834 error = osl_getSystemPathFromFileURL_Ex( strDirectoryPath, &ustrSystemPath, sal_False ); in _osl_openLocalRoot()
845 pDirImpl->ustrPath = ustrSystemPath; in _osl_openLocalRoot()
872 rtl_uString_release( ustrSystemPath ); in _osl_openLocalRoot()
964 rtl_uString* ustrSystemPath = NULL; in osl_openDirectory() local
979 eRet = osl_getSystemPathFromFileURL_Ex(ustrDirectoryURL, &ustrSystemPath, sal_False); in osl_openDirectory()
984 osl_systemPathRemoveSeparator(ustrSystemPath); in osl_openDirectory()
987 if ( UnicodeToText( path, PATH_MAX, ustrSystemPath->buffer, ustrSystemPath->length ) ) in osl_openDirectory()
1005 pDirImpl->ustrPath = ustrSystemPath; in osl_openDirectory()
1021 rtl_uString_release( ustrSystemPath ); in osl_openDirectory()
2689 rtl_uString *ustrSystemPath = NULL; in _osl_getDriveInfo() local
2691 rtl_uString_newFromStr( &ustrSystemPath, pItemImpl->ustrDrive->buffer ); in _osl_getDriveInfo()
2692 osl_getFileURLFromSystemPath( ustrSystemPath, &pStatus->ustrFileURL ); in _osl_getDriveInfo()
2693 rtl_uString_release( ustrSystemPath ); in _osl_getDriveInfo()