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

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp430 bool has_path = dict->HasKey("path");
432 if (!has_path && !has_uuid)
437 if (has_path) {
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp208 bool has_path = (file_spec.GetDirectory().AsCString() != nullptr); local
210 size_t file_idx = cu_file_list.FindFileIndex(0, file_spec, has_path);

Completed in 220 milliseconds