OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:error_injection_
(Results
1 - 3
of
3
) sorted by null
/external/stressapptest/src/
os.h
220
void set_error_injection(bool errors) {
error_injection_
= errors; }
221
bool error_injection() const { return
error_injection_
; }
257
bool
error_injection_
; // Do error injection?
member in class:OsLayer
sat.h
109
void set_error_injection(bool errors) {
error_injection_
= errors; }
110
bool error_injection() const { return
error_injection_
; }
165
bool
error_injection_
; // Simulate errors, for unittests.
member in class:Sat
worker.h
801
bool
error_injection_
;
member in class:MemoryRegionThread
Completed in 423 milliseconds