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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DPath.h18 int32 GetLength() const;
H A DEntry.cpp34 return (fName.GetLength() > 0 ? B_OK : B_NO_MEMORY);
107 return (fName.GetLength() > 0 && fName != "." && fName != "..");
H A DPath.cpp111 // GetLength
113 Path::GetLength() const function in class:Path
H A DSecurityContext.cpp71 if (error == B_OK && fName.GetLength() > 0)
74 if (error == B_OK && fPassword.GetLength() > 0)
105 if (fName.GetLength() == 0)
180 if (error == B_OK && fName.GetLength() > 0)
183 if (error == B_OK && fPath.GetLength() > 0)
240 if (fName.GetLength() == 0 || fPath.GetLength() == 0)
H A DVolumeManager.cpp1119 if (event->name.GetLength() == 0) {
1214 if (event->fromName.GetLength() == 0) {
1231 if (event->fromName.GetLength() > 0) {
1304 if (event->fromName.GetLength() > 0)
H A DClientConnection.cpp3071 int32 fromNameLen = event->fromName.GetLength();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSymLink.h21 size_t GetLinkedPathLength() const { return fLinkedPath.GetLength(); }
H A DEntry.cpp102 info.AddStringAllocation(fName.GetLength());
H A DString.h48 inline int32 GetLength() const { return fLength; } function in class:String
H A DAttribute.cpp138 info.AddStringAllocation(fName.GetLength());
H A DVolume.cpp733 info.AddStringAllocation(fName.GetLength());
/haiku/headers/private/shared/
H A DHashString.h47 int32 GetLength() const { return fLength; } function in class:BPrivate::HashString
/haiku/headers/private/userlandfs/shared/
H A DString.h48 int32 GetLength() const { return fLength; } function in class:UserlandFSUtil::String
/haiku/src/add-ons/kernel/file_systems/udf/
H A DAllocationDescriptorList.h30 - inline uint32 GetLength(DescriptorType &descriptor);
120 < _BlockIndex() + fAccessor.GetLength(*descriptor)) {
126 extent->set_length(fAccessor.GetLength(*descriptor)
177 fBlockIndex += fAccessor.GetLength(*descriptor);
267 inline uint32 GetLength(DescriptorType &descriptor) const function in class:ShortDescriptorAccessor
296 inline uint32 GetLength(DescriptorType &descriptor) const function in class:LongDescriptorAccessor
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp26 const char* name = (fName.GetLength() > 0 ? fName.GetString() : "task");
H A DServerInfo.cpp33 return (fShareName.GetLength() > 0);
/haiku/src/apps/resedit/
H A DResourceData.h44 size_t GetLength(void) const { return fLength; } function in class:ResourceData
H A DResView.cpp295 data->GetLength(), data->GetName());
366 preField->SetData(resData->GetData(), resData->GetLength());
370 sizeField->SetSize(resData->GetLength());
476 fResData->GetLength());
479 SetField(new BSizeField(fResData->GetLength()), 4);
H A DImageEditor.cpp24 BMemoryIO memio(data->GetData(), data->GetLength());
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.cpp110 if (fDefaultVolumeName.GetLength() > 0)
119 if (fVolumeName.GetLength() > 0)
255 if (name.GetLength() >= B_FILE_NAME_LENGTH) {
263 for (int32 i = 0; !invalid && i < name.GetLength(); i++) {
H A DIterators.h48 uint32 GetLength() const;
H A DIterators.cpp79 // GetLength
81 TreePath::GetLength() const function in class:TreePath
91 if (InitCheck() == B_OK && index >= 0 && (uint32)index < GetLength())
100 return ElementAt(GetLength() - 1);
477 if (fPath->GetLength() > 0) {
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp28 if (fName.GetLength() == 0)
73 return (fName.GetLength() > 0 && fName != "." && fName != "..");
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp41 return (fUser.GetLength() > 0);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp53 if (fsName.GetLength() == 0) {

Completed in 110 milliseconds