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

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp488 std::string kext_directory_path = file_spec.GetPath(); local
489 kext_directory_path.append ("/System/Library/Extensions");
490 FileSpec kext_directory (kext_directory_path.c_str(), true);

Completed in 41 milliseconds