Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1161 size_t first_non_newline = command_output.find_last_not_of("\r\n"); in GetXcodeSelectPath() local
1162 if (first_non_newline != std::string::npos) { in GetXcodeSelectPath()
1163 command_output.erase(first_non_newline + 1); in GetXcodeSelectPath()