Searched refs:install_path (Results 1 – 2 of 2) sorted by relevance
856 install_path.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()866 install_path.Clear(); in OptionParsingStarting()875 FileSpec install_path; member in CommandObjectProcessLoad::CommandOptions917 } else if (m_options.install_path) { in DoExecute()920 platform->ResolveRemotePath(m_options.install_path, in DoExecute()921 m_options.install_path); in DoExecute()923 m_options.install_path, error); in DoExecute()
842 MetaVarName<"<install_path:current_path>">,843 …pText<"Specify <current_path> as different from where a dylib normally resides at <install_path>">,