Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp48 const char *build_start = pos + 2; in SDKDirectoryInfo() local
49 const char *end_paren = strchr (build_start, ')'); in SDKDirectoryInfo()
50 if (end_paren && build_start < end_paren) in SDKDirectoryInfo()
51 build.SetCStringWithLength(build_start, end_paren - build_start); in SDKDirectoryInfo()