Searched refs:CheckPath (Results 1 – 4 of 4) sorted by relevance
41 Private Function CheckPath(pth As String) As Long54 CheckPath = LoadLibrary(shimPth)64 If hLib = 0 Then hLib = CheckPath(App.path & "\bin\")65 If hLib = 0 Then hLib = CheckPath(App.path & "\")66 If hLib = 0 Then hLib = CheckPath(App.path & "\..\")
51 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
182 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const in CheckPath() function in NWildcard::CItem338 if (items[i].CheckPath(pathParts, isFile)) in CheckPathCurrent()
52 class CheckPath(argparse.Action): class