/aoo41x/main/sal/workben/ |
H A D | t_osl_getVolInfo.cxx | 96 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation() 100 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation() 104 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation() 108 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation() 112 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation() 116 osl_getFileURLFromSystemPath(path.pData, &path_url.pData); in test_osl_getVolumeInformation()
|
H A D | t_readline.c | 47 result = osl_getFileURLFromSystemPath (pSystemPath, &pFileUrl); in main()
|
/aoo41x/main/sdext/source/pdfimport/test/ |
H A D | pdf2xml.cxx | 63 osl_getFileURLFromSystemPath( rtl::OUString::createFromAscii(argv[2]).pData, in SAL_IMPLEMENT_MAIN_WITH_ARGS() 67 osl_getFileURLFromSystemPath( rtl::OUString::createFromAscii(argv[3]).pData, in SAL_IMPLEMENT_MAIN_WITH_ARGS() 71 osl_getFileURLFromSystemPath( rtl::OUString::createFromAscii(argv[4]).pData, in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
H A D | tests.cxx | 492 osl_getFileURLFromSystemPath( in setUp() 531 …osl_getFileURLFromSystemPath( (msBaseDir + rtl::OUString::createFromAscii("pdfi_unittest_draw.xml"… in testOdfDrawExport() 547 …osl_getFileURLFromSystemPath( (msBaseDir + rtl::OUString::createFromAscii("pdfi_unittest_writer.xm… in testOdfWriterExport()
|
H A D | pdfunzip.cxx | 87 if( osl_getFileURLFromSystemPath( aSysFile.pData, &aURL.pData ) != osl_File_E_None ) in FileEmitContext() 125 if( osl_getFileURLFromSystemPath( aSysFile.pData, &aURL.pData ) != osl_File_E_None ) in openReadFile()
|
/aoo41x/main/sal/osl/os2/ |
H A D | tempfile.c | 67 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in osl_getTempDirURL() 249 osl_error = osl_getFileURLFromSystemPath( in osl_create_temp_file_impl_() 323 osl_getFileURLFromSystemPath(temp_file_name, &temp_file_url); in osl_createTempFile()
|
H A D | process_impl.cxx | 103 if (osl_getFileURLFromSystemPath (pAbsPath, ppFileURL) == osl_File_E_None) in osl_bootstrap_getExecutableFile_Impl() 233 osl_getFileURLFromSystemPath (pArg0, &(ppArgs[0])); in osl_setCommandArgs() 364 if (osl_getFileURLFromSystemPath (ustrTmp, ppustrWorkingDir) == osl_File_E_None) in osl_getProcessWorkingDir()
|
H A D | file_url.cxx | 665 oslFileError SAL_CALL osl_getFileURLFromSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pust… in osl_getFileURLFromSystemPath() function 1454 eError = osl_getFileURLFromSystemPath( ustrAbsSysPath, pustrAbsoluteURL ); in osl_getAbsoluteFileURL() 1498 …rc = (FileBase::RC) osl_getFileURLFromSystemPath(resolved_path.pData, pustrAbsoluteURL); … in osl_getAbsoluteFileURL() 1594 osl_getFileURLFromSystemPath(resolved.pData, pustrURL); in osl_searchFileURL()
|
H A D | security.c | 206 osl_getFileURLFromSystemPath( *pustrDirectory, pustrDirectory ); in osl_getHomeDir() 271 osl_getFileURLFromSystemPath( *pustrDirectory, pustrDirectory ); in osl_getConfigDir()
|
/aoo41x/main/sal/osl/unx/ |
H A D | tempfile.c | 78 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in osl_getTempDirURL() 260 osl_error = osl_getFileURLFromSystemPath( in osl_create_temp_file_impl_() 334 osl_getFileURLFromSystemPath(temp_file_name, &temp_file_url); in osl_createTempFile()
|
H A D | process_impl.cxx | 110 if (osl_getFileURLFromSystemPath (pAbsPath, ppFileURL) == osl_File_E_None) in osl_bootstrap_getExecutableFile_Impl() 277 osl_getFileURLFromSystemPath (pArg0, &(ppArgs[0])); in osl_setCommandArgs() 447 if (osl_getFileURLFromSystemPath (ustrTmp, ppustrWorkingDir) == osl_File_E_None) in osl_getProcessWorkingDir()
|
H A D | file_url.cxx | 298 oslFileError SAL_CALL osl_getFileURLFromSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pust… in osl_getFileURLFromSystemPath() function 716 …rc = (FileBase::RC) osl_getFileURLFromSystemPath(resolved_path.pData, pustrAbsoluteURL); … in osl_getAbsoluteFileURL() 811 osl_getFileURLFromSystemPath(resolved.pData, pustrURL); in osl_searchFileURL()
|
H A D | file_stat.cxx | 227 …oslFileError osl_error = osl_getFileURLFromSystemPath(link_target.pData, &pStat->ustrLinkTargetURL… in set_link_target_url() 303 …if ((osl_error = osl_getFileURLFromSystemPath(file_path.pData, &pStat->ustrFileURL)) != osl_File_E… in osl_getFileStatus()
|
H A D | security.c | 725 osl_getFileURLFromSystemPath( *pustrDirectory, pustrDirectory ); in osl_getHomeDir() 787 osl_getFileURLFromSystemPath( *pustrDirectory, pustrDirectory ); in osl_getConfigDir()
|
/aoo41x/main/sal/osl/w32/ |
H A D | module.cxx | 264 osl_getFileURLFromSystemPath( ustrSysPath, pustrURL ); in _osl_addressGetModuleURL_Windows() 385 osl_getFileURLFromSystemPath( ustrSysPath, pustrURL ); in _osl_addressGetModuleURL_NT4() 466 osl_getFileURLFromSystemPath( ustrSysPath, pustrURL ); in _osl_addressGetModuleURL_NT()
|
H A D | security.c | 469 …bSuccess = (sal_Bool)(osl_File_E_None == osl_getFileURLFromSystemPath( ustrSysDir, pustrDirectory … in osl_getHomeDir() 505 … (osl_File_E_None == osl_getFileURLFromSystemPath(ustrSysDir, pustrDirectory))); in osl_getHomeDir() 528 …bSuccess = (sal_Bool)(osl_File_E_None == osl_getFileURLFromSystemPath( ustrSysDir, pustrDirectory)… in osl_getConfigDir() 552 … bSuccess = (sal_Bool)(osl_File_E_None == osl_getFileURLFromSystemPath(ustrFile, pustrDirectory)); in osl_getConfigDir()
|
H A D | file_url.cxx | 957 oslFileError SAL_CALL osl_getFileURLFromSystemPath( in osl_getFileURLFromSystemPath() function 1022 error = osl_getFileURLFromSystemPath( ustrSysPath, pustrPath ); in osl_searchFileURL() 1036 error = osl_getFileURLFromSystemPath( ustrSysPath, pustrPath ); in osl_searchFileURL() 1115 eError = osl_getFileURLFromSystemPath( ustrAbsSysPath, pustrAbsoluteURL ); in osl_getAbsoluteFileURL()
|
H A D | process.cxx | 233 if (osl_getFileURLFromSystemPath (pAbsPath, ppFileURL) == osl_File_E_None) in osl_bootstrap_getExecutableFile_Impl() 299 osl_getFileURLFromSystemPath (ppArgs[0], &pResult); in osl_createCommandArgs_Impl() 454 eError = osl_getFileURLFromSystemPath( ustrTemp, pustrWorkingDir ); in osl_getProcessWorkingDir()
|
H A D | tempfile.cxx | 184 osl_getFileURLFromSystemPath(pustr, ppustrTempFileURL); in osl_createTempFile_impl_() 261 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in osl_getTempDirURL()
|
H A D | file_dirvol.cxx | 1529 osl_getFileURLFromSystemPath(volume_root.pData, (rtl_uString**)&pInfo->pDeviceHandle); in osl_getVolumeInformation() 1625 osl_getFileURLFromSystemPath( ustrSystemPath, &pStatus->ustrFileURL ); in osl_getDriveInfo() 1654 osl_getFileURLFromSystemPath( pItemImpl->m_pFullPath, &pStatus->ustrFileURL ); in osl_getServerInfo() 1743 osl_getFileURLFromSystemPath( pItemImpl->m_pFullPath, &pStatus->ustrLinkTargetURL ); in osl_getFileStatus() 1766 osl_getFileURLFromSystemPath( pItemImpl->m_pFullPath, &pStatus->ustrFileURL ); in osl_getFileStatus()
|
/aoo41x/main/filter/source/placeware/ |
H A D | tempfile.cxx | 55 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in my_getTempDirURL() 117 error = osl_getFileURLFromSystemPath( ustrTempPath, pustrTempDir ); in my_getTempDirURL()
|
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | gnujre.cxx | 122 if (osl_getFileURLFromSystemPath(i->second.pData,& fileURL.pData) == in initialize() 138 … osl_getFileURLFromSystemPath(i->second.getToken(0, ':', nIndex).pData, &sJavaLibraryPath.pData); in initialize()
|
/aoo41x/main/svtools/source/control/ |
H A D | filectrl2.cxx | 55 oslFileError nError = osl_getFileURLFromSystemPath( sSystemNotation.pData, &sFileURL.pData ); in ImplBrowseFile()
|
/aoo41x/main/svl/source/misc/ |
H A D | filenotation.cxx | 66 if ( ( osl_File_E_None != osl_getFileURLFromSystemPath( m_sSystem.pData, &m_sFileURL.pData ) ) in implInitWithSystemNotation()
|
/aoo41x/main/cpputools/source/sp2bv/ |
H A D | sp2bv.cxx | 76 if (osl_getFileURLFromSystemPath(pPath, &pUrl) != osl_File_E_None) in main()
|