Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp1035 install_path.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
1045 install_path.Clear(); in OptionParsingStarting()
1054 FileSpec install_path; member in CommandObjectProcessLoad::CommandOptions
1098 } else if (m_options.install_path) { in DoExecute()
1101 platform->ResolveRemotePath(m_options.install_path, in DoExecute()
1102 m_options.install_path); in DoExecute()
1104 m_options.install_path, error); in DoExecute()
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dtest-dist-modules.pl30 my $install_path;
/openbsd-src/gnu/llvm/lld/MachO/
H A DOptions.td900 MetaVarName<"<install_path:current_path>">,
901 …pText<"Specify <current_path> as different from where a dylib normally resides at <install_path>">,