Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h653 static OSReturn loadKCFileSet(const char *filepath, kc_kind_t type);
/xnu-11215/libkern/c++/
H A DOSKext.cpp13233 ret = OSKext::loadKCFileSet(pageable_filepath->getCStringNoCopy(), KCKindPageable);
13338 ret = OSKext::loadKCFileSet(aux_filepath->getCStringNoCopy(), KCKindAuxiliary);
13474 OSKext::loadKCFileSet( function in OSKext