Home
last modified time | relevance | path

Searched defs:git_cmd (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/tests/
Dtest-lz4-abi.py23 git_cmd = 'git' variable
Dtest-lz4-versions.py22 git_cmd = 'git' variable
/third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/
Dutils.rs162 let mut git_cmd = Command::new("git"); in git_command() localVariable