Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/public/pw_kvs/
Dfake_flash_memory.h96 read_errors_(read_errors), in FlashMemory()
125 if (read_errors_.full()) { in InjectReadError()
128 read_errors_.push_back(error); in InjectReadError()
144 Vector<FlashError>& read_errors_; variable
167 read_errors_, in FakeFlashMemory() argument
177 Vector<FlashError, kInjectedErrors> read_errors_; variable
/external/pigweed/pw_kvs/
Dfake_flash_memory.cc89 Status status = FlashError::Check(read_errors_, address, output.size()); in Read()