Searched refs:GetEntryIndex (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/block/fvm/
H A Dfvm.cpp120 auto ename = reinterpret_cast<const char*>(GetAllocatedVPartEntry(vp->GetEntryIndex())->name);
122 snprintf(name, sizeof(name), "%.*s-p-%zu", FVM_NAME_LEN, ename, vp->GetEntryIndex());
477 auto vpart = vp->GetEntryIndex();
567 auto entry = GetVPartEntryLocked(vp->GetEntryIndex());
H A Dfvm-private.h268 size_t GetEntryIndex() const { return entry_index_; } function in class:fvm::VPartition

Completed in 23 milliseconds