Searched refs:isTrue (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSBoolean.h130 * @function isTrue
144 virtual bool isTrue() const;
/darwin-on-arm/xnu/libkern/c++/
H A DOSBoolean.cpp93 bool OSBoolean::isTrue() const { return value; } function in class:OSBoolean
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp753 if (isSecurityKext && isSecurityKext->isTrue()) {
868 if (isKernelExternalComponent && isKernelExternalComponent->isTrue()) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp2216 len = boo->isTrue() ? sizeof("Yes") : sizeof("No");
2217 bytes = boo->isTrue() ? "Yes" : "No";

Completed in 30 milliseconds