Home
last modified time | relevance | path

Searched refs:CheckName (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/cafex/
DExecutableClasses.cs145 internal static int CheckName(ref string output) in CheckName() method in CafeX.checkbridgename
159 internal static int CheckName() in CheckName() method in CafeX.checkbridgename
162 return CheckName(ref output); in CheckName()
DCafeFunctions.cs1300 res = checkbridgename.CheckName(ref output); in hoststop()