Searched refs:sPhysicalPath (Results 1 – 3 of 3) sorted by relevance
1188 String sPhysicalPath; in XUTIL() local1189 LocalFileHelper::ConvertURLToPhysicalName(aCmdFile.GetURL(),sPhysicalPath); in XUTIL()1211 << sPhysicalPath in XUTIL()1242 String sPhysicalPath; in LoadBatch() local1243 LocalFileHelper::ConvertURLToPhysicalName(aCmdFile.GetURL(),sPhysicalPath); in LoadBatch()1267 << sPhysicalPath in LoadBatch()1328 String sPhysicalPath; in generateInitFile() local1329 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 …]
405 String sPhysicalPath; in createINFEntry() local406 LocalFileHelper::ConvertURLToPhysicalName(sCfgFile,sPhysicalPath); in createINFEntry()408 Config aInfFile(sPhysicalPath); in createINFEntry()449 String sPhysicalPath; in DropImpl() local451 …OSL_VERIFY_RES( LocalFileHelper::ConvertURLToPhysicalName(sNDX,sPhysicalPath),"Can not convert Con… in DropImpl()453 Config aInfFile(sPhysicalPath); in DropImpl()
1554 String sPhysicalPath = m_aSaveDirED.GetText().EraseLeadingChars().EraseTrailingChars(); in IMPL_LINK() local1556 ::utl::LocalFileHelper::ConvertPhysicalNameToURL( sPhysicalPath, sURL ); in IMPL_LINK()