Home
last modified time | relevance | path

Searched refs:DirPath (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dvalue_hint.rs40 DirPath, enumerator
83 "dirpath" => ValueHint::DirPath, in from_str()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIO.cpp87 std::string DirPlusFile(const std::string &DirPath, in DirPlusFile() argument
89 return DirPath + GetSeparator() + FileName; in DirPlusFile()
DFuzzerIO.h34 std::string DirPlusFile(const std::string &DirPath,
/third_party/rust/crates/clap/clap_complete/examples/
Dcompletion.rs44 .value_hint(ValueHint::DirPath), in build_cli()
Dcompletion-derive.rs48 #[arg(short, long, value_hint = ValueHint::DirPath)]
/third_party/rust/crates/clap/examples/
Dtyped-derive.rs13 #[arg(short = 'I', value_name = "DIR", value_hint = clap::ValueHint::DirPath)]
/third_party/rust/crates/clap/clap_complete/src/shells/
Dfish.rs186 ValueHint::DirPath => " -r -f -a \"(__fish_complete_directories)\"", in value_completion()
Dzsh.rs402 ValueHint::DirPath => "_files -/",
/third_party/rust/crates/clap/clap_complete_fig/tests/
Dcommon.rs200 .value_hint(clap::ValueHint::DirPath), in value_hint_command()
/third_party/rust/crates/clap/clap_complete/tests/
Dcommon.rs205 .value_hint(clap::ValueHint::DirPath), in value_hint_command()
/third_party/rust/crates/clap/clap_mangen/tests/
Dcommon.rs198 .value_hint(clap::ValueHint::DirPath), in value_hint_command()
/third_party/rust/crates/clap/clap_complete_fig/src/
Dfig.rs447 ValueHint::DirPath => { in gen_args()
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs460 clap::ValueHint::DirPath => { in complete_arg_value()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h134 BOOL IMAGEAPI MakeSureDirectoryPathExists(PCSTR DirPath);