Home
last modified time | relevance | path

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

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