Home
last modified time | relevance | path

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

/system/nvram/core/include/nvram/core/
Dnvram_manager.h115 size_t array_index = 0; member
/system/nvram/core/
Dnvram_manager.cpp346 SpaceListEntry tmp = spaces_[space_record.array_index]; in DeleteSpace()
347 spaces_[space_record.array_index] = spaces_[num_spaces_ - 1]; in DeleteSpace()
788 space_record->array_index = FindSpace(index); in LoadSpaceRecord()
789 if (space_record->array_index == kMaxSpaces) { in LoadSpaceRecord()
794 space_record->transient = &spaces_[space_record->array_index]; in LoadSpaceRecord()