Lines Matching defs:BEntry

120 //	#pragma mark - BEntry
123 BEntry::BEntry()
132 BEntry::BEntry(const BDirectory* dir, const char* path, bool traverse)
142 BEntry::BEntry(const entry_ref* ref, bool traverse)
152 BEntry::BEntry(const char* path, bool traverse)
162 BEntry::BEntry(const BEntry& entry)
172 BEntry::~BEntry()
179 BEntry::InitCheck() const
186 BEntry::Exists() const
195 BEntry::Name() const
205 BEntry::SetTo(const BDirectory* dir, const char* path, bool traverse)
231 BEntry::SetTo(const entry_ref* ref, bool traverse)
250 BEntry::SetTo(const char* path, bool traverse)
261 BEntry::Unset()
277 BEntry::GetRef(entry_ref* ref) const
298 BEntry::GetPath(BPath* path) const
310 status_t BEntry::GetParent(BEntry* entry) const
343 BEntry::GetParent(BDirectory* dir) const
371 BEntry::GetName(char* buffer) const
384 BEntry::Rename(const char* path, bool clobber)
392 BEntry target;
410 BEntry::MoveTo(BDirectory* dir, const char* path, bool clobber)
423 BEntry target;
432 BEntry::Remove()
445 BEntry::operator==(const BEntry& item) const
469 BEntry::operator!=(const BEntry& item) const
475 BEntry&
476 BEntry::operator=(const BEntry& item)
497 void BEntry::_PennyEntry1(){}
498 void BEntry::_PennyEntry2(){}
499 void BEntry::_PennyEntry3(){}
500 void BEntry::_PennyEntry4(){}
501 void BEntry::_PennyEntry5(){}
502 void BEntry::_PennyEntry6(){}
505 /*! Updates the BEntry with the data from the stat structure according
513 \retval B_FILE_ERROR There was an error writing to the BEntry object.
516 BEntry::set_stat(struct stat& st, uint32 what)
551 BEntry::_SetTo(int dirFD, const char* path, bool traverse)
691 BEntry::_SetName(const char* name)
723 BEntry::_Rename(BEntry& target, bool clobber)
749 BEntry::_Dump(const char* name)
776 BEntry::_GetStat(struct stat* st) const
786 BEntry::_GetStat(struct stat_beos* st) const
806 BEntry entry(path);