reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1174         path_ref =
 1175             path_ref.rtrim("\r\n").take_front(sizeof(developer_dir_path) - 1);
 1176         ::memcpy(developer_dir_path, path_ref.data(), path_ref.size());
 1176         ::memcpy(developer_dir_path, path_ref.data(), path_ref.size());
 1177         developer_dir_path[path_ref.size()] = '\0';