Home
last modified time | relevance | path

Searched refs:cfg (Results 1 – 6 of 6) sorted by relevance

/optee_rust/optee-utee/systest/
A Dbuild.rs25 let mut cfg = ctest::TestGenerator::new(); in main() variables
26 cfg.target("aarch64-unknown-linux-gnu") in main()
44 cfg.skip_struct(|s| { in main()
52 cfg.skip_field(|s, field| { in main()
59 cfg.skip_type(|s| s == "Memref" || s == "Value"); in main()
60 cfg.skip_fn(|s| s == "TEE_BigIntFMMConvertToBigInt"); in main()
61 cfg.skip_const(|s| s.starts_with("TA_PROP_STR") || s == "TEE_HANDLE_NULL"); in main()
62 cfg.skip_roundtrip(|s| s.starts_with("TEE_") || s.starts_with("utee_") || s == "ta_head"); in main()
63 cfg.generate("../optee-utee-sys/src/lib.rs", "all.rs"); in main()
A DCargo.lock14 name = "cfg-if"
81 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
302 "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9…
/optee_rust/optee-teec/systest/
A Dbuild.rs21 let mut cfg = ctest::TestGenerator::new(); in main() variables
22 cfg.target("aarch64-unknown-linux-gnu") in main()
28 cfg.generate("../optee-teec-sys/src/lib.rs", "all.rs"); in main()
A DCargo.lock14 name = "cfg-if"
81 "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
302 "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9…
/optee_rust/optee-utee/
A DCargo.lock29 name = "cfg-if"
109 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
463 "checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588…
/optee_rust/optee-teec/
A DCargo.lock29 name = "cfg-if"
105 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
458 "checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588…

Completed in 11 milliseconds