OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSpaceWriteError
(Results
1 - 3
of
3
) sorted by null
/system/nvram/core/tests/
fake_storage.h
37
void
SetSpaceWriteError
(uint32_t index, bool error);
fake_storage.cpp
172
void
SetSpaceWriteError
(uint32_t index, bool error) {
nvram_manager_test.cpp
403
storage::
SetSpaceWriteError
(1, true);
416
storage::
SetSpaceWriteError
(1, false);
537
storage::
SetSpaceWriteError
(42, true);
557
storage::
SetSpaceWriteError
(42, false);
595
storage::
SetSpaceWriteError
(42, false);
858
storage::
SetSpaceWriteError
(17, true);
[
all
...]
Completed in 66 milliseconds