Home
last modified time | relevance | path

Searched refs:emIsExistingPath (Results 1 – 13 of 13) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemTmpFile.cpp83 if (emIsExistingPath(Path) || emIsSymLinkPath(Path)) { in Discard()
120 if (!emIsExistingPath(path)) break; in TryInventPath()
233 if (!emIsExistingPath(DirPath)) break; in TryStartOwnDirectory()
H A DemFileDialog.cpp152 if (!emIsExistingPath(path)) { in CheckFinish()
170 if (emIsExistingPath(path)) { in CheckFinish()
H A DemConfigModel.cpp100 if (emIsExistingPath(InstallPath)) { in TryLoadOrInstall()
H A DemMiniIpc.cpp474 if (emIsExistingPath(inst->FifoLockPath)) { in emMiniIpc_CloseServer()
586 if (!emIsExistingPath(fifoDir)) { in emMiniIpc_CleanUpFiles()
635 if (emIsExistingPath(fifoPath)) continue; in emMiniIpc_CleanUpFiles()
H A DemInstallInfo.cpp186 if (emIsExistingPath(userDir)) { in emGetConfigDirOverloadable()
H A DemStd2.cpp587 bool emIsExistingPath(const char * path) in emIsExistingPath() function
1216 else if (emIsExistingPath(targetPath)) {
H A DemViewInputFilter.cpp786 if (!emIsExistingPath(scPath)) break; in Input()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemStd2.h179 bool emIsExistingPath(const char * path);
/dports/x11/eaglemode/eaglemode-0.95.0/src/emMain/
H A DemBookmarks.cpp447 if (!emIsExistingPath(recPath)) { in emBookmarksModel()
452 if (!emIsExistingPath(srcPath)) { in emBookmarksModel()
460 if (!emIsExistingPath(srcPath)) { in emBookmarksModel()
492 if (process.GetExitStatus()!=0 || !emIsExistingPath(recPath)) { in emBookmarksModel()
493 if (emIsExistingPath(recPath)) { in emBookmarksModel()
H A DemMain.cpp361 if (!emIsExistingPath(docIndexPath)) { in CreateFSDialog()
H A DemVirtualCosmos.cpp78 if (!emIsExistingPath(ItemFilePath)) { in TryPrepareItemFile()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emAv/
H A DemAvLibDirCfg.cpp115 if (emIsExistingPath(path)) { in LoadConfigFile()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emFileMan/
H A DemFileManModel.cpp182 if (emIsExistingPath(Sel[s][i].Path)) { in UpdateSelection()