Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs147 internal static int CheckName(ref string output) in CheckName() method in CafeX.checkbridgename
161 internal static int CheckName() in CheckName() method in CafeX.checkbridgename
164 return CheckName(ref output); in CheckName()
DCafeFunctions.cs1337 res = checkbridgename.CheckName(ref output); in hoststop()