Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2140 FileSpec profilePath(home_dir_path.c_str()); in SourceInitFile() local
2141 profilePath.AppendPathComponent(".lldbinit"); in SourceInitFile()
2142 std::string init_file_path = profilePath.GetPath(); in SourceInitFile()