Home
last modified time | relevance | path

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

/system/ulib/fvm/include/fvm/
A Dfvm.h116 constexpr size_t kVPartTableLength = (sizeof(vpart_entry_t) * FVM_MAX_ENTRIES); variable
117 constexpr size_t kAllocTableOffset = kVPartTableOffset + kVPartTableLength;
/system/ulib/fvm-host/
A Dfvm-info.cpp30 sb->vpartition_table_size = fvm::kVPartTableLength; in Reset()
46 fvm::kVPartTableOffset, fvm::kVPartTableLength); in Reset()
/system/dev/block/fvm/
A Dfvm.cpp221 } else if (sb.vpartition_table_size != kVPartTableLength) { in Load()
223 sb.vpartition_table_size, kVPartTableLength); in Load()
574 ZX_DEBUG_ASSERT(offset < kVPartTableOffset + kVPartTableLength); in GetVPartEntryLocked()
/system/ulib/fs-management/
A Dfvm.cpp99 sb->vpartition_table_size = fvm::kVPartTableLength; in fvm_init()
/system/ulib/fvm/
A Dfvm-check.cpp253 const size_t vpart_table_size = fvm::kVPartTableLength; in CheckFVM()

Completed in 8 milliseconds