reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
188 &output, // Get the output from the command and place it in this 191 if (status == 0 && !output.empty()) { 192 size_t first_non_newline = output.find_last_not_of("\r\n"); 194 output.erase(first_non_newline + 1); 195 default_xcode_sdk = output;