Searched refs:GetEntryCount (Results 1 – 4 of 4) sorted by relevance
86 if (index >= 0 && index < GetEntryCount()) in EntryAt()126 status_t error = (buffer && index >= 0 && index < GetEntryCount() in GetEntryNameAt()148 int32 count = GetEntryCount(); in IndexOfName()171 GetEntryCount())); in Check()180 { return GetEntryCount() * sizeof(DirEntry); } in GetEntryNameSpaceOffset()
50 uint16 GetEntryCount() const { return le2h(u.ih_entry_count); } in GetEntryCount() function84 uint16 GetEntryCount() const;
194 Item::GetEntryCount() const in GetEntryCount() function in Item196 return fHeader->GetEntryCount(); in GetEntryCount()
1136 && (fIndex < 0 || fIndex >= fDirItem.GetEntryCount())) { in GetNext()1184 && (fIndex < 0 || fIndex >= fDirItem.GetEntryCount())) { in GetPrevious()1188 fIndex = fDirItem.GetEntryCount() - 1; in GetPrevious()