Searched defs:strExe (Results 1 – 2 of 2) sorted by relevance
127 const std_string strExe = GetKeePassExePath(); in RegisterPreLoad() local
620 public static bool RunElevated(string strExe, string strArgs, in RunElevated()