Home
last modified time | relevance | path

Searched refs:GetPathSeparator (Results 76 – 100 of 385) sorted by relevance

12345678910>>...16

/dports/games/springlobby/springlobby-0.180/src/
H A Dchatlog.cpp144 + wxFileName::GetPathSeparator() + m_server in GetCurrentLogfilePath()
145 + wxFileName::GetPathSeparator() + m_room + _T( ".txt" ); in GetCurrentLogfilePath()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/common/
H A Dsystem_utils.cpp27 size_t lastPathSepLoc = executableName.find_last_of(GetPathSeparator()); in GetExecutableName()
H A Dsystem_utils_win.cpp99 char GetPathSeparator() in GetPathSeparator() function
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/common/
H A Dsystem_utils.cpp27 size_t lastPathSepLoc = executableName.find_last_of(GetPathSeparator()); in GetExecutableName()
H A Dsystem_utils_win.cpp99 char GetPathSeparator() in GetPathSeparator() function
/dports/net/opennx/opennx-0.16/
H A DMyDynlib.cpp66 wxString abslib = t.GetNextToken() + wxFileName::GetPathSeparator() + name; in Load()
H A DLibOpenSC.cpp137 cmd << wxFileName::GetPathSeparator() << wxT("bin") in Entry()
138 << wxFileName::GetPathSeparator() << wxT("macfindreader"); in Entry()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/common/
H A Dsystem_utils.cpp27 size_t lastPathSepLoc = executableName.find_last_of(GetPathSeparator()); in GetExecutableName()
H A Dsystem_utils_win.cpp99 char GetPathSeparator() in GetPathSeparator() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/common/
H A Dsystem_utils_mac.cpp100 const char *GetPathSeparator() in GetPathSeparator() function
H A Dsystem_utils_win.cpp94 const char *GetPathSeparator() in GetPathSeparator() function
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A DLocalTreeView.cpp336 const wxString separator = wxFileName::GetPathSeparator(); in GetNearestParent()
1217 if (!path.empty() && path.back() != wxFileName::GetPathSeparator()) { in MenuMkdir()
1218 path += wxFileName::GetPathSeparator(); in MenuMkdir()
1311 if (!path.empty() && path.back() == wxFileName::GetPathSeparator()) { in OnMenuDelete()
1314 size_t pos = path.rfind(wxFileName::GetPathSeparator()); in OnMenuDelete()
1375 if (!path.empty() && path.back() == wxFileName::GetPathSeparator()) { in OnEndLabelEdit()
1379 size_t pos = path.rfind(wxFileName::GetPathSeparator()); in OnEndLabelEdit()
1424 sub = (wxFileName::GetPathSeparator() + GetItemText(tmp) + sub).ToStdWstring(); in OnEndLabelEdit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/
H A Dsystem_utils_win.cpp99 char GetPathSeparator() in GetPathSeparator() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A Dsystem_utils_win.cpp99 char GetPathSeparator() in GetPathSeparator() function
H A Dsystem_utils.cpp23 size_t lastPathSepLoc = executableName.find_last_of(GetPathSeparator()); in GetExecutableName()
H A Dsystem_utils_posix.cpp144 char GetPathSeparator() in GetPathSeparator() function
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Dattachmentdialog.h56 wxString m_PathSep = wxFileName::GetPathSeparator();
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/
H A Dsystem_utils_win.cpp99 char GetPathSeparator() in GetPathSeparator() function
H A Dsystem_utils.cpp23 size_t lastPathSepLoc = executableName.find_last_of(GetPathSeparator()); in GetExecutableName()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A DcompilerMSVC.cpp39 wxString sep = wxFileName::GetPathSeparator(); in AutoDetectInstallationDir()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/kicad/
H A Dproject_tree_pane.cpp220 curr_dir += wxFileName::GetPathSeparator(); in onOpenDirectory()
248 wxString full_dirname = curr_dir + wxFileName::GetPathSeparator() + new_dir; in onCreateNewDirectory()
503 wxString path = aName + wxFileName::GetPathSeparator() + dir_filename; in addItemToProjectTree()
585 wxString name = dir.GetName() + wxFileName::GetPathSeparator() + filename; in ReCreateTreePrj()
926 wxString name = fileName + wxFileName::GetPathSeparator() + dir_filename; in onExpand()
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-xml/
H A DXMLTagHandler.cpp59 (str.Find(wxFileName::GetPathSeparator()) == -1)); // No path separator characters. in IsGoodFileString()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_reader/
H A Dseqdbalias.cpp256 if(m_DBList[i].GetBasePathS().find(CDirEntry::GetPathSeparator()) != string::npos) { in x_ResolveNames()
328 CDirEntry::GetPathSeparator() + in x_ResolveNames()
366 while(common && (first[common-1] != CFile::GetPathSeparator())) { in x_ResolveNames()
780 CDirEntry::GetPathSeparator() + base_name; in x_ExpandAliases()
856 CDirEntry::GetPathSeparator() + base_name; in x_ExpandAliases()
897 CDirEntry::GetPathSeparator() + base_name; in x_ExpandAliases()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_reader/
H A Dseqdbalias.cpp256 if(m_DBList[i].GetBasePathS().find(CDirEntry::GetPathSeparator()) != string::npos) { in x_ResolveNames()
328 CDirEntry::GetPathSeparator() + in x_ResolveNames()
366 while(common && (first[common-1] != CFile::GetPathSeparator())) { in x_ResolveNames()
780 CDirEntry::GetPathSeparator() + base_name; in x_ExpandAliases()
856 CDirEntry::GetPathSeparator() + base_name; in x_ExpandAliases()
897 CDirEntry::GetPathSeparator() + base_name; in x_ExpandAliases()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/kicad/tools/
H A Dkicad_manager_control.cpp361 if( aSrcFilePath.StartsWith( m_newProjectDirPath + wxFileName::GetPathSeparator() ) ) in OnFile()
453 wxUniChar pathSep = wxFileName::GetPathSeparator(); in OnFile()
484 wxUniChar pathSep = wxFileName::GetPathSeparator(); in OnDir()
550 || default_dir == currentProjectDirPath + wxFileName::GetPathSeparator() ) in SaveProjectAs()

12345678910>>...16