Searched refs:GetStat (Results 1 - 25 of 57) sorted by relevance

123

/haiku/src/build/libbe/storage/
H A DStatable.cpp17 /*! \fn status_t GetStat(struct stat *st) const
40 if (GetStat(&statData) == B_OK)
54 if (GetStat(&statData) == B_OK)
68 if (GetStat(&statData) == B_OK)
76 \see GetStat() for return codes
84 error = GetStat(&statData);
94 \see GetStat() for return codes
102 error = GetStat(&statData);
110 \see GetStat() for return codes
122 \see GetStat() fo
[all...]
/haiku/src/build/libroot/
H A Dfs_descriptors.h31 virtual status_t GetStat(bool traverseLink, struct stat *st) = 0;
46 virtual status_t GetStat(bool traverseLink, struct stat *st);
61 virtual status_t GetStat(bool traverseLink, struct stat *st);
74 virtual status_t GetStat(bool traverseLink, struct stat *st);
97 virtual status_t GetStat(bool traverseLink, struct stat* st);
116 virtual status_t GetStat(bool traverseLink, struct stat *st);
H A Dfs_descriptors.cpp88 status_t error = GetStat(false, &st);
139 // GetStat
141 FileDescriptor::GetStat(bool traverseLink, struct stat *st) function in class:BPrivate::FileDescriptor
203 // GetStat
205 DirectoryDescriptor::GetStat(bool traverseLink, struct stat *st) function in class:BPrivate::DirectoryDescriptor
257 // GetStat
259 SymlinkDescriptor::GetStat(bool traverseLink, struct stat *st) function in class:BPrivate::SymlinkDescriptor
422 AttributeDescriptor::GetStat(bool traverseLink, struct stat* st) function in class:BPrivate::AttributeDescriptor
465 // GetStat
467 AttrDirDescriptor::GetStat(boo function in class:BPrivate::AttrDirDescriptor
[all...]
/haiku/src/kits/storage/
H A DStatable.cpp52 if (GetStat(&stat) == B_OK)
64 if (GetStat(&stat) == B_OK)
76 if (GetStat(&stat) == B_OK)
91 result = GetStat(&stat);
110 result = GetStat(&stat);
138 result = GetStat(&stat);
166 result = GetStat(&stat);
196 result = GetStat(&stat);
213 result = GetStat(&stat);
241 result = GetStat(
[all...]
/haiku/headers/build/os/storage/
H A DStatable.h22 virtual status_t GetStat(struct stat *st) const = 0;
H A DEntry.h56 virtual status_t GetStat(struct stat *st) const;
H A DNode.h61 virtual status_t GetStat(struct stat *st) const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.h41 const struct stat& GetStat() const;
H A DDirectory.cpp28 virtual status_t GetStat(struct stat* st);
109 // GetStat
111 CachedDirIterator::GetStat(struct stat* st) function in class:CachedDirIterator
116 *st = fDirectory->GetStat();
H A DNode.cpp129 // GetStat
131 Node::GetStat() const function in class:Node
296 status_t error = nodeHandle->GetStat(&st);
H A DNodeHandle.h25 virtual status_t GetStat(struct stat* st);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.h33 status_t GetStat(struct stat* st);
H A DNFS4Inode.h44 status_t GetStat(AttrValue** values, uint32* count,
H A DInode.cpp485 return GetStat(st, attr);
489 return GetStat(st, NULL);
491 status_t result = fMetaCache.GetStat(st);
494 result = GetStat(&temp);
498 fMetaCache.GetStat(st);
506 Inode::GetStat(struct stat* st, OpenAttrCookie* attr) function in class:Inode
512 status_t result = NFS4Inode::GetStat(&values, &count, attr);
H A DMetadataCache.cpp36 MetadataCache::GetStat(struct stat* st) function in class:MetadataCache
/haiku/headers/os/storage/
H A DStatable.h31 virtual status_t GetStat(struct stat* stat) const = 0;
H A DEntry.h55 virtual status_t GetStat(struct stat* stat) const;
H A DNode.h45 virtual status_t GetStat(struct stat* st) const;
/haiku/src/apps/haikudepot/server/
H A DPopulatePkgSizesProcess.cpp99 if (entry.GetStat(&s) == B_OK)
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp41 CPPUNIT_ASSERT( statable->GetStat(&st1) == B_OK );
51 CPPUNIT_ASSERT( statable->GetStat(&st1) == B_NO_INIT );
58 CPPUNIT_ASSERT( statable->GetStat(NULL) != B_OK );
/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp29 status_t err = src.GetStat(&src_stat);
/haiku/src/apps/diskprobe/
H A DFileWindow.cpp36 if (entry.GetStat(&stat) == B_OK && (S_ISBLK(stat.st_mode)
/haiku/src/apps/text_search/
H A DInitialIterator.cpp81 if (entry.GetStat(&fileStat) == B_OK) {
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp118 status_t result = entry.GetStat(&s);
/haiku/src/kits/tracker/
H A DModel.cpp125 fNode->GetStat(&fStatBuf);
232 fStatus = entry->GetStat(&fStatBuf);
264 fStatus = tmpEntry.GetStat(&fStatBuf);
298 fStatus = tmpNode.GetStat(&fStatBuf);
400 fStatus = tmpEntry.GetStat(&fStatBuf);
467 // this can only happen if GetStat failed before,
948 fStatus = fNode->GetStat(&fStatBuf);

Completed in 187 milliseconds

123