Home
last modified time | relevance | path

Searched defs:strExe (Results 1 – 2 of 2) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/ShInstUtil/
H A DShInstUtil.cpp127 const std_string strExe = GetKeePassExePath(); in RegisterPreLoad() local
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DWinUtil.cs620 public static bool RunElevated(string strExe, string strArgs, in RunElevated()