Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DUrlUtil.cs346 public static string MakeRelativePath(string strBaseFile, string strTargetFile) in MakeRelativePath()
414 public static string MakeAbsolutePath(string strBaseFile, string strTargetFile) in MakeAbsolutePath()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Serialization/
H A DFileLock.cs42 public FileLockException(string strBaseFile, string strUser) in FileLockException()