Searched refs:GetTotalSizeInBytes (Results 1 – 3 of 3) sorted by relevance
43 virtual nvram_result_t GetTotalSizeInBytes(uint64_t* total_size);
206 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetTotalSizeInBytes(&total_size)); in TEST()215 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetTotalSizeInBytes(&total_size)); in TEST()224 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetTotalSizeInBytes(&total_size)); in TEST()
68 nvram_result_t ScopedNvramDevice::GetTotalSizeInBytes(uint64_t* total_size) { in GetTotalSizeInBytes() function in nvram::ScopedNvramDevice