GetEntryCount
status_t error = (buffer && index >= 0 && index < GetEntryCount()
int32 count = GetEntryCount();
GetEntryCount()));
{ return GetEntryCount() * sizeof(DirEntry); }
if (index >= 0 && index < GetEntryCount())
return fHeader->GetEntryCount();
uint16 GetEntryCount() const { return le2h(u.ih_entry_count); }
uint16 GetEntryCount() const;
&& (fIndex < 0 || fIndex >= fDirItem.GetEntryCount())) {
&& (fIndex < 0 || fIndex >= fDirItem.GetEntryCount())) {
fIndex = fDirItem.GetEntryCount() - 1;