Home
last modified time | relevance | path

Searched defs:OptionError (Results 1 – 6 of 6) sorted by relevance

/external/bazelbuild-rules_rust/util/process_wrapper/
Doptions.rs13 pub(crate) enum OptionError { enum
18 impl fmt::Display for OptionError { implementation
218 fn args_from_file(paths: Vec<String>) -> Result<Vec<String>, OptionError> { in args_from_file() argument
232 fn env_from_files(paths: Vec<String>) -> Result<HashMap<String, String>, OptionError> { in env_from_files() argument
258 ) -> Result<String, OptionError> { in prepare_param_file() argument
273 format_err: &impl Fn(io::Error) -> OptionError, in prepare_param_file()
274 ) -> Result<(), OptionError> { in prepare_param_file() argument
293 ) -> Result<Vec<String>, OptionError> { in prepare_args() argument
/external/python/setuptools/setuptools/
Derrors.py21 OptionError = _distutils_errors.DistutilsOptionError variable
/external/cronet/net/tools/testserver/
Dtestserver_base.py34 class OptionError(Error): class
/external/python/cpython3/Lib/
Doptparse.py111 class OptionError (OptParseError): class
/external/python/cpython2/Lib/
Doptparse.py105 class OptionError (OptParseError): class
/external/fonttools/Lib/fontTools/subset/
D__init__.py2962 class OptionError(Exception): class in Options