Home | History | Annotate | Download | only in MacOSX-Kernel

Lines Matching full:uuid_str

552     std::string uuid_str = m_kernel_version.substr(p, 36);
553 if (uuid_str.size() < 32)
556 if (uuid.SetFromCString (uuid_str.c_str()) == 0)