Home
last modified time | relevance | path

Searched refs:CheckPath (Results 1 – 4 of 4) sorted by relevance

/external/capstone/bindings/vb6/
DCDisassembler.cls41 Private Function CheckPath(pth As String) As Long
54 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 & "\..\")
/external/lzma/CPP/Common/
DWildcard.h51 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
DWildcard.cpp182 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const in CheckPath() function in NWildcard::CItem
338 if (items[i].CheckPath(pathParts, isFile)) in CheckPathCurrent()
/external/selinux/python/sepolicy/
Dsepolicy.py52 class CheckPath(argparse.Action): class