Searched refs:GetStat (Results 26 - 50 of 57) sorted by relevance

123

/haiku/src/apps/installer/
H A DCopyEngine.cpp264 ret = source.GetStat(&statInfo);
318 status_t ret = source.GetStat(&sourceInfo);
/haiku/src/kits/tracker/
H A DFSUtils.cpp438 if (entry->GetStat(statBuf) != B_OK)
454 destDir.GetStat(&deststat);
1030 destDir.GetStat(&deststat);
1107 destDir.GetStat(&deststat);
1691 srcDir.GetStat(&statbuf);
1705 entry.GetStat(&statbuf);
1780 MoveError::FailOnError(entry->GetStat(&statbuf));
2008 srcNode->GetStat(&srcStat);
2053 result = entry->GetStat(&statbuf);
2054 if (entry->GetStat(
[all...]
H A DThumbnails.cpp285 status_t status = file->GetStat(&st);
H A DVirtualDirectoryManager.cpp223 error = file.GetStat(&st);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp165 error = rootDir.GetStat(&st);
H A DNodeHandle.cpp36 // GetStat
38 NodeHandle::GetStat(struct stat* st) function in class:NodeHandle
H A DVolumeManager.cpp603 error = bEntry.GetStat(&st);
752 error = bNode.GetStat(&st);
1709 && entry.GetStat(&st) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h140 status_t GetStat(struct stat* st,
/haiku/src/kits/storage/
H A DMergedDirectory.cpp229 if (entry.GetStat(&st) == B_OK && entry.GetRef(&ref) == B_OK
H A DPathMonitor.cpp175 error = entry.GetStat(&st);
1080 if (entry.SetTo(&entryRef) != B_OK || entry.GetStat(&st) != B_OK
1147 if (entry.SetTo(&toEntryRef) != B_OK || entry.GetStat(&st) != B_OK
1392 if (BEntry(&ancestor->EntryRef()).GetStat(&ancestorStat) == B_OK
1522 if (BEntry(&ancestor->EntryRef()).GetStat(&ancestorStat) != B_OK) {
1708 if (BEntry(&entryRef).GetStat(&st) != B_OK)
H A DDirectory.cpp506 return GetStat(st);
H A DEntry.cpp190 return GetStat(&st) == B_OK;
839 // Haiku GetStat()
847 // BeOS compatible GetStat()
851 // Haiku GetStat()
857 // BeOS compatible GetStat()
861 // Haiku GetStat()
H A DNodeInfo.cpp487 result = fNode->GetStat(&stat);
508 // GetStat() failed. Return the icon for
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp154 error = entry.GetStat(&entryStat);
/haiku/src/build/libbe/storage/
H A DEntry.cpp351 return (GetStat(&st) == B_OK);
369 call GetStat(), fresh stat information is retrieved.
377 BEntry::GetStat(struct stat *result) const function in class:BEntry
H A DNode.cpp647 BNode::GetStat(struct stat* stat) const function in class:BNode
H A DNodeInfo.cpp629 error = fNode->GetStat(&stat);
H A DDirectory.cpp486 return GetStat(st);
/haiku/src/build/libroot/
H A Dfs.cpp92 if (file.GetStat(st) != 0)
135 int GetStat(struct stat& _st) function in struct:FDFile
170 int GetStat(struct stat& _st) function in struct:FDPathFile
867 return descriptor->GetStat(traverseLink, st);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp67 if (ent.GetStat(&st) != B_OK)
/haiku/src/bin/
H A Dcopyattr.cpp541 error = destEntry.GetStat(&st);
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp370 error = entry.GetStat(&st);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp446 status_t status = entry.GetStat(&stat);
466 entry.GetStat(&stat);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp832 && (status = file.GetStat(&st)) == B_OK) {
1548 if (file.InitCheck() == B_OK && file.GetStat(&st) == B_OK) {
1712 status = file.GetStat(&st);
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp1104 CPPUNIT_ASSERT( entry.GetStat(&stat2) == B_OK );
1116 CPPUNIT_ASSERT( entry.GetStat(&stat2) == B_OK );
1138 CPPUNIT_ASSERT( entry.GetStat(&stat2) == B_OK );

Completed in 169 milliseconds

123