Home
last modified time | relevance | path

Searched refs:sPhysicalPath (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx1188 String sPhysicalPath; in XUTIL() local
1189 LocalFileHelper::ConvertURLToPhysicalName(aCmdFile.GetURL(),sPhysicalPath); in XUTIL()
1211 << sPhysicalPath in XUTIL()
1242 String sPhysicalPath; in LoadBatch() local
1243 LocalFileHelper::ConvertURLToPhysicalName(aCmdFile.GetURL(),sPhysicalPath); in LoadBatch()
1267 << sPhysicalPath in LoadBatch()
1328 String sPhysicalPath; in generateInitFile() local
1329 LocalFileHelper::ConvertURLToPhysicalName(aCmdFile.GetURL(),sPhysicalPath); in generateInitFile()
1330 … chmod(ByteString(sPhysicalPath,gsl_getSystemTextEncoding()).GetBuffer(),S_IRUSR|S_IWUSR|S_IXUSR); in generateInitFile()
1434 String sPhysicalPath; in X_CONS() local
[all …]
/AOO41X/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx405 String sPhysicalPath; in createINFEntry() local
406 LocalFileHelper::ConvertURLToPhysicalName(sCfgFile,sPhysicalPath); in createINFEntry()
408 Config aInfFile(sPhysicalPath); in createINFEntry()
449 String sPhysicalPath; in DropImpl() local
451 …OSL_VERIFY_RES( LocalFileHelper::ConvertURLToPhysicalName(sNDX,sPhysicalPath),"Can not convert Con… in DropImpl()
453 Config aInfFile(sPhysicalPath); in DropImpl()
/AOO41X/main/svx/source/dialog/
H A Ddocrecovery.cxx1554 String sPhysicalPath = m_aSaveDirED.GetText().EraseLeadingChars().EraseTrailingChars(); in IMPL_LINK() local
1556 ::utl::LocalFileHelper::ConvertPhysicalNameToURL( sPhysicalPath, sURL ); in IMPL_LINK()