Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/common/vsoc/shm/
De2e_test_region_layout.h61 struct E2EMemoryFill { struct
72 ASSERT_SHM_COMPATIBLE(E2EMemoryFill); argument
104 3 * 4 + E2EMemoryFill::layout_size;
119 (region_size - sizeof(E2ETestRegionLayout)) / sizeof(E2EMemoryFill); in NumFillRecords()
134 E2EMemoryFill data[1];
142 static const char guest_pattern[E2EMemoryFill::kOwnedFieldSize];
143 static const char host_pattern[E2EMemoryFill::kOwnedFieldSize];
151 static const char guest_pattern[E2EMemoryFill::kOwnedFieldSize];
152 static const char host_pattern[E2EMemoryFill::kOwnedFieldSize];
/device/google/cuttlefish_common/common/vsoc/lib/
De2e_test_region_layout.cpp26 E2EPrimaryTestRegionLayout::guest_pattern[E2EMemoryFill::kOwnedFieldSize] =
29 E2EPrimaryTestRegionLayout::host_pattern[E2EMemoryFill::kOwnedFieldSize] =
34 [E2EMemoryFill::kOwnedFieldSize] = "secondary guest e2e string";
36 E2ESecondaryTestRegionLayout::host_pattern[E2EMemoryFill::kOwnedFieldSize] =