Home
last modified time | relevance | path

Searched refs:COMMAND_ERRORS (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clang-sys/out/
Dcommon.rs56 static COMMAND_ERRORS: RefCell<HashMap<String, Vec<String>>> = RefCell::default(); constant
64 COMMAND_ERRORS.with(|e| e.borrow_mut() in run_command()
118 let errors = COMMAND_ERRORS.with(|e| e.borrow().clone()); in drop()
/external/rust/crates/clang-sys/build/
Dcommon.rs56 static COMMAND_ERRORS: RefCell<HashMap<String, Vec<String>>> = RefCell::default(); constant
64 COMMAND_ERRORS.with(|e| e.borrow_mut() in run_command()
118 let errors = COMMAND_ERRORS.with(|e| e.borrow().clone()); in drop()