Searched refs:DirPath (Results 1 – 14 of 14) sorted by relevance
/third_party/rust/crates/clap/src/builder/ |
D | value_hint.rs | 40 DirPath, enumerator 83 "dirpath" => ValueHint::DirPath, in from_str()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerIO.cpp | 87 std::string DirPlusFile(const std::string &DirPath, in DirPlusFile() argument 89 return DirPath + GetSeparator() + FileName; in DirPlusFile()
|
D | FuzzerIO.h | 34 std::string DirPlusFile(const std::string &DirPath,
|
/third_party/rust/crates/clap/clap_complete/examples/ |
D | completion.rs | 44 .value_hint(ValueHint::DirPath), in build_cli()
|
D | completion-derive.rs | 48 #[arg(short, long, value_hint = ValueHint::DirPath)]
|
/third_party/rust/crates/clap/examples/ |
D | typed-derive.rs | 13 #[arg(short = 'I', value_name = "DIR", value_hint = clap::ValueHint::DirPath)]
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
D | fish.rs | 186 ValueHint::DirPath => " -r -f -a \"(__fish_complete_directories)\"", in value_completion()
|
D | zsh.rs | 402 ValueHint::DirPath => "_files -/",
|
/third_party/rust/crates/clap/clap_complete_fig/tests/ |
D | common.rs | 200 .value_hint(clap::ValueHint::DirPath), in value_hint_command()
|
/third_party/rust/crates/clap/clap_complete/tests/ |
D | common.rs | 205 .value_hint(clap::ValueHint::DirPath), in value_hint_command()
|
/third_party/rust/crates/clap/clap_mangen/tests/ |
D | common.rs | 198 .value_hint(clap::ValueHint::DirPath), in value_hint_command()
|
/third_party/rust/crates/clap/clap_complete_fig/src/ |
D | fig.rs | 447 ValueHint::DirPath => { in gen_args()
|
/third_party/rust/crates/clap/clap_complete/src/ |
D | dynamic.rs | 460 clap::ValueHint::DirPath => { in complete_arg_value()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 134 BOOL IMAGEAPI MakeSureDirectoryPathExists(PCSTR DirPath);
|