Home
last modified time | relevance | path

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

/xnu-12377.81.4/EXTERNAL_HEADERS/CoreEntitlements/
H A DQueryHelpers.h74 #define CEMatchString(string) (CEQueryOperation_t){.opcode = kCEOpMatchString, .parameters = {.stri… macro
217 #define CE_STRING_EQUALS(str) CEMatchString(str)