Home
last modified time | relevance | path

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

/system/authgraph/wire/src/
Dfragmentation.rs193 let full_rsp: RefCell<Option<Vec<u8>>> = RefCell::new(None); in test_ta_fragmentation_wrapper() localVariable
212 let full_rsp = self.process(&full_req); in test_ta_fragmentation_wrapper() localVariable
/system/core/trusty/keymint/src/
Dkeymint_hal_main.rs62 let mut full_rsp = Vec::new(); in execute() localVariable