Home
last modified time | relevance | path

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

/system/dev/block/fvm/
A Dfvm.cpp89 auto ename = reinterpret_cast<const char*>(GetAllocatedVPartEntry(vp->GetEntryIndex())->name); in AddPartition()
91 snprintf(name, sizeof(name), "%.*s-p-%zu", FVM_NAME_LEN, ename, vp->GetEntryIndex()); in AddPartition()
497 auto entry = GetVPartEntryLocked(vp->GetEntryIndex()); in FreeSlicesLocked()
543 GetVPartEntryLocked(vp->GetEntryIndex())->slices--; in FreePhysicalSlice()
548 uint64_t vpart = vp->GetEntryIndex(); in AllocatePhysicalSlice()
A Dvpartition.h78 size_t GetEntryIndex() const { return entry_index_; } in GetEntryIndex() function

Completed in 4 milliseconds