Home
last modified time | relevance | path

Searched defs:format_command (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/command/
Dbdist.py67 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/third_party/rust/rust/src/tools/clippy/clippy_dev/src/
Dfmt.rs141 fn format_command(program: impl AsRef<OsStr>, dir: impl AsRef<Path>, args: &[impl AsRef<OsStr>]) ->… in format_command() function