Home
last modified time | relevance | path

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

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c50 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local
/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dmanaged_repo.rs257 let mut diff_cmd = Command::new("diff"); in migration_health() localVariable