Searched refs:useCache (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dsecurity.h64 Boolean isInExceptionList(OSKextRef aKext, Boolean useCache);
H A Dsecurity.c1222 * If useCache is TRUE, we will use the cached copy of the exception list.
1223 * If useCache is FALSE, we will refresh the cache from disk.
1230 Boolean isInExceptionList(OSKextRef theKext, Boolean useCache) argument
1239 if (useCache == false || myDictionary == NULL) {
/macosx-10.9.5/CF-855.17/
H A DCFLocale.c302 static CFLocaleRef _CFLocaleCopyCurrentGuts(CFStringRef name, Boolean useCache, CFDictionaryRef overridePrefs) { argument
321 if (useCache) {
359 if (useCache) {
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.h1515 * @param useCache Tells us whether or not to use the cached exclude
1525 * If useCache is TRUE, we will use the cached copy of the exclude list.
1526 * If useCache is FALSE, we will refresh the cache from disk. The
1530 * aKext can be NULL with useCache set to FALSE if you wish the invalidate the
1537 Boolean useCache)
H A DOSKext.c6258 * kext exclude list (com.apple.driver.KextExcludeList). If useCache
6260 * If useCache is FALSE, we will refresh the cache from disk. The
6266 Boolean OSKextIsInExcludeList(OSKextRef theKext, Boolean useCache) argument
6275 if (useCache == false || myDictionary == NULL) {

Completed in 278 milliseconds