Home
last modified time | relevance | path

Searched refs:GetAppPath (Results 1 – 25 of 104) sorted by relevance

12345

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/grid/remote_app/
H A Dexec_helpers.hpp72 const string& GetAppPath() const { return m_AppPath; } in GetAppPath() function in CRemoteAppLauncher
164 CFile file(m_RemoteAppLauncher->GetAppPath()); in Init()
168 m_RemoteAppLauncher->GetAppPath() << in Init()
174 m_RemoteAppLauncher->GetAppPath() << in Init()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKHistoryDataPlugin/
H A DHistoryDataWin.cs92 string csvPath = AppHost.GetAppPath() + "externals/"; in LoadFiles()
109 string csvPath = AppHost.GetAppPath() + "externals/" + fileName; in LoadDataFile()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/
H A DNetHelper.cs29 public static string GetAppPath() in GetAppPath() method in GKNet.NetHelper
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKTray/
H A DGKTray.cs146 string appPath = GKUtils.GetAppPath() + "GEDKeeper2.exe"; in MRUFileClick()
225 string appPath = GKUtils.GetAppPath() + "GEDKeeper2.exe"; in Icon_DoubleClick()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dw32util.h17 std::vector<wchar_t> GetAppPath();
H A Dcolor-style.cpp159 std::string STYLES_PATH = unicode_to_utf8_string( GetAppPath().data() ) + "\\styles\\";
H A Dw32util.cpp14 std::vector<wchar_t> GetAppPath() in GetAppPath() function
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GKCore/
H A DAppHostTests.cs40 Assert.IsNotNullOrEmpty(AppHost.GetAppPath()); in Test_AppHost()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsMacUtilsImpl.h35 static bool GetAppPath(nsCString& aAppPath);
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsMacUtilsImpl.h35 static bool GetAppPath(nsCString& aAppPath);
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsMacUtilsImpl.h35 static bool GetAppPath(nsCString& aAppPath);
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsMacUtilsImpl.h35 static bool GetAppPath(nsCString& aAppPath);
/dports/games/zatacka/zatacka-0.1.8/src/
H A Dfx.h55 char* GetAppPath();
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/Database/
H A DLiteDatabase.cs54 return NetHelper.GetAppPath() + "gkcommunicator.db"; in GetBaseName()
H A DSQLDatabase.cs44 return NetHelper.GetAppPath() + "gkcommunicator.sl3"; in GetBaseName()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/
H A DAppHost.cs269 public static string GetAppPath() in GetAppPath() method in GKCore.AppHost
271 return GKUtils.GetAppPath(); in GetAppPath()
945 string appPath = GetAppPath(); in CheckPortable()
983 PathReplacer.Load(GKUtils.GetAppPath() + "crossplatform.yaml"); // FIXME: path in InitSettings()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxmem.c127 const char* apppath = GetAppPath(); in psxMemReset()
129 strcat( strcat( strcat( bios, GetAppPath() ), "bios\\"), Config.Bios ); in psxMemReset()
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dapp.h113 wxString GetAppPath() const;
/dports/games/openlierox/OpenLieroX/include/
H A DAuxLib.h44 char* GetAppPath();
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vfs/unix/
H A Dsyskeyring.c135 rc_t GetAppPath(const char* buf, size_t bufsize)
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vfs/unix/
H A Dsyskeyring.c135 rc_t GetAppPath(const char* buf, size_t bufsize)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Routing/Test/System.Web.Routing/
H A DFakeHttpWorkerRequest.cs115 public override string GetAppPath () in GetAppPath() method in MonoTests.Common.FakeHttpWorkerRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.DynamicData/Test/Common/
H A DFakeHttpWorkerRequest.cs115 public override string GetAppPath () in GetAppPath() method in MonoTests.Common.FakeHttpWorkerRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Hosting/
H A DSimpleWorkerRequestTest.cs70 Assert.AreEqual ("/appVirtualDir", swr.GetAppPath (), "S1"); in ConstructorTests()
180 Assert.AreEqual ("/appVirtualDir", swr.GetAppPath (), "T1"); in Demo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/standalone-runner-support/
H A DTestWorkerRequest.cs72 this.appVirtualDir = GetAppPath (); in TestWorkerRequest()

12345