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

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

Completed in 80 milliseconds