OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_kernel_version
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp
510
m_kernel_version
.assign (path);
548
if (
m_kernel_version
.find("UUID=") == std::string::npos)
551
size_t p =
m_kernel_version
.find("UUID=") + strlen ("UUID=");
552
std::string uuid_str =
m_kernel_version
.substr(p, 36);
570
if (strncmp (
m_kernel_version
.c_str(), "EFI", 3) == 0)
581
if (
m_kernel_version
.find("Darwin Kernel") != std::string::npos)
593
if (
m_kernel_version
.find("stext=") == std::string::npos)
595
size_t p =
m_kernel_version
.find("stext=") + strlen ("stext=");
596
if (
m_kernel_version
[p] != '0' ||
m_kernel_version
[p + 1] != 'x'
[
all
...]
CommunicationKDP.h
346
std::string
m_kernel_version
;
member in class:CommunicationKDP
Completed in 815 milliseconds