Searched defs:core_file_dir (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp282 FileSpec core_file_dir; local
283 core_file_dir.GetDirectory() = core_file.GetDirectory();
284 target_sp->GetExecutableSearchPaths ().Append (core_file_dir);

Completed in 1143 milliseconds