Home
last modified time | relevance | path

Searched refs:kNotFound (Results 1 – 5 of 5) sorted by relevance

/system/nvram/core/tests/
Dfake_storage.cpp37 return Status::kNotFound; in Load()
145 return slot ? slot->Load(blob) : Status::kNotFound; in LoadSpace()
155 return slot ? slot->Delete() : Status::kNotFound; in DeleteSpace()
/system/nvram/hal/
Dfake_nvram_storage.cpp68 return nvram::storage::Status::kNotFound; in DeleteFile()
83 return nvram::storage::Status::kNotFound; in LoadFile()
121 return nvram::storage::Status::kNotFound; in StoreFile()
Dmemory_storage.cpp32 return Status::kNotFound; in Load()
91 return slot ? slot->Load(blob) : Status::kNotFound; in LoadSpace()
/system/nvram/core/include/nvram/core/
Dstorage.h32 kNotFound, // The element to be read could not be found. enumerator
/system/nvram/core/
Dnvram_manager.cpp97 case storage::Status::kNotFound: in SanitizeStorageStatus()
98 return storage::Status::kNotFound; in SanitizeStorageStatus()
356 case storage::Status::kNotFound: in DeleteSpace()
558 case storage::Status::kNotFound: in WipeStorage()
660 case storage::Status::kNotFound: in Initialize()
695 case storage::Status::kNotFound: in Initialize()
752 case storage::Status::kNotFound: in Initialize()
802 case storage::Status::kNotFound: in LoadSpaceRecord()