Home
last modified time | relevance | path

Searched refs:GetResourceDir (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/freeorion/freeorion-0.4.10.2/client/human/
H A Dchmain.cpp193 if (!boost::filesystem::exists(GetResourceDir()) ||
194 !boost::filesystem::exists(GetResourceDir() / "credits.xml") ||
195 !boost::filesystem::exists(GetResourceDir() / "data" / "art" / "misc" / "missing.png"))
202 if (!boost::filesystem::exists(GetResourceDir()) ||
203 !boost::filesystem::exists(GetResourceDir() / "credits.xml") ||
204 … !boost::filesystem::exists(GetResourceDir() / "data" / "art" / "misc" / "missing.png"))
208 … PathToString(GetResourceDir()) + " : Install may be broken.");
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dxrc_helper.cpp54 std::wstring dir = wxGetApp().GetResourceDir().GetPath() + L"xrc/"; in LoadXrcFile()
77 std::wstring dir = wxGetApp().GetResourceDir().GetPath() + L"xrc/"; in InitXrc()
H A Dfilezillaapp.h23 CLocalPath GetResourceDir() const { return m_resourceDir; } in GetResourceDir() function
H A Dthemeprovider.cpp44 path_ = wxGetApp().GetResourceDir().GetPath() + theme; in Load()
74 path_ = wxGetApp().GetResourceDir().GetPath() + theme; in Load()
387 CLocalPath const resourceDir = wxGetApp().GetResourceDir(); in GetThemes()
H A Dfilter_manager.cpp518 file = wxGetApp().GetResourceDir().GetPath() + L"defaultfilters.xml"; in LoadFilters()
H A Dwrapengine.cpp978 CLocalPath resourceDir = wxGetApp().GetResourceDir(); in LoadCache()
H A DQueueView.cpp2733 wxSound sound(wxGetApp().GetResourceDir().GetPath() + _T("finished.wav")); in ActionAfter()
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A Di18n.cpp20 { return GetResourceDir() / "stringtables/en.txt"; } in DevDefaultEnglishStringtablePath()
47 …boost::filesystem::path default_stringtable_path{ GetResourceDir() / "stringtables" / lang_filenam… in GetDefaultStringTableFileName()
96 stringtable_path = GetResourceDir() / "stringtables" / option_path; in InitStringtableFileName()
101 stringtable_path = GetResourceDir() / option_path; in InitStringtableFileName()
H A DDirectories.h49 FO_COMMON_API const boost::filesystem::path GetResourceDir();
H A DAppInterface.cpp56 const auto& rdir = GetResourceDir(); in StartBackgroundParsing()
H A DDirectories.cpp440 const fs::path GetResourceDir() { in GetResourceDir() function
566 const fs::path& default_path = is_rel ? GetResourceDir() / path : path; in ListDir()
619 return GetResourceDir(); in GetPath()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Dplatfdep.h33 const wxFileName GetResourceDir();
H A Dpaths.cpp155 wxFileName fname = GetResourceDir(); in getPathResource()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/mac/
H A Dplatfdep.cpp46 const wxFileName mmex::GetResourceDir() in GetResourceDir() function in mmex
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/win/
H A Dplatfdep.cpp62 const wxFileName mmex::GetResourceDir() in GetResourceDir() function in mmex
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/unix/
H A Dplatfdep.cpp92 const wxFileName mmex::GetResourceDir() in GetResourceDir() function in mmex
/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/
H A DChatTheme.tcl159 set res [GetResourceDir $name]
172 set res [GetResourceDir $theme(current)]
212 set res [GetResourceDir $name]
/dports/games/freeorion/freeorion-0.4.10.2/client/AI/
H A DAIFramework.cpp122 …std::string ai_path = boost::filesystem::canonical(GetResourceDir() / GetOptionsDB().Get<std::stri… in InitModules()
H A DAIWrapper.cpp270 { return (GetResourceDir() / GetOptionsDB().Get<std::string>("ai-path")).string(); } in GetAIDir()
/dports/games/freeorion/freeorion-0.4.10.2/python/
H A DCommonFramework.cpp235 { return GetResourceDir().string() + "/python"; } in GetPythonDir()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/model/
H A DModel_Report.cpp272 const wxString& resDir = mmex::GetResourceDir().GetPathWithSep(); in prepareTempFolder()
/dports/games/freeorion/freeorion-0.4.10.2/parse/
H A DParse.cpp271 base_path = GetResourceDir(); in process_include_substitutions()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DIntroScreen.cpp370 boost::filesystem::ifstream ifs(GetResourceDir() / "credits.xml"); in OnCredits()
H A DClientUI.cpp66 fs::path ClientUI::ArtDir() { return GetResourceDir() / "data" / "art"; } in ArtDir()
67 fs::path ClientUI::SoundDir() { return GetResourceDir() / "data" / "sound"; } in SoundDir()
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DServerWrapper.cpp99 { return object(PathToString(GetResourceDir())); } in GetResourceDirWrapper()

12