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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp93 auto prefix_chars_to_trim = filepath.find_first_not_of ("\"' \t"); local
94 if (prefix_chars_to_trim != std::string::npos && prefix_chars_to_trim > 0)
95 filepath.erase(0, prefix_chars_to_trim);

Completed in 49 milliseconds