Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DAllocationDescriptorList.h120 < _BlockIndex() + fAccessor.GetLength(*descriptor)) { in FindExtent()
126 extent->set_length(fAccessor.GetLength(*descriptor) in FindExtent()
177 fBlockIndex += fAccessor.GetLength(*descriptor); in _MoveToNextDescriptor()
267 inline uint32 GetLength(DescriptorType &descriptor) const in GetLength() function
296 inline uint32 GetLength(DescriptorType &descriptor) const in GetLength() function
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntry.cpp34 return (fName.GetLength() > 0 ? B_OK : B_NO_MEMORY); in InitCheck()
107 return (fName.GetLength() > 0 && fName != "." && fName != ".."); in IsActualEntry()
H A DPath.h18 int32 GetLength() const;
H A DSecurityContext.cpp71 if (error == B_OK && fName.GetLength() > 0) in Archive()
74 if (error == B_OK && fPassword.GetLength() > 0) in Archive()
105 if (fName.GetLength() == 0) in InitCheck()
180 if (error == B_OK && fName.GetLength() > 0) in Archive()
183 if (error == B_OK && fPath.GetLength() > 0) in Archive()
240 if (fName.GetLength() == 0 || fPath.GetLength() == 0) in InitCheck()
H A DPath.cpp113 Path::GetLength() const in GetLength() function in Path
H A DVolumeManager.cpp1119 if (event->name.GetLength() == 0) { in _EntryRemoved()
1214 if (event->fromName.GetLength() == 0) { in _EntryMoved()
1231 if (event->fromName.GetLength() > 0) { in _EntryMoved()
1304 if (event->fromName.GetLength() > 0) in _EntryMoved()
H A DClientConnection.cpp3071 int32 fromNameLen = event->fromName.GetLength(); in _EntryMoved()
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.cpp110 if (fDefaultVolumeName.GetLength() > 0) in GetDefaultVolumeName()
119 if (fVolumeName.GetLength() > 0) in GetVolumeName()
255 if (name.GetLength() >= B_FILE_NAME_LENGTH) { in _CheckVolumeName()
263 for (int32 i = 0; !invalid && i < name.GetLength(); i++) { in _CheckVolumeName()
H A DIterators.cpp81 TreePath::GetLength() const in GetLength() function in TreePath
91 if (InitCheck() == B_OK && index >= 0 && (uint32)index < GetLength()) in ElementAt()
100 return ElementAt(GetLength() - 1); in GetTopElement()
477 if (fPath->GetLength() > 0) { in _PopTopNode()
H A DIterators.h48 uint32 GetLength() const;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSymLink.h21 size_t GetLinkedPathLength() const { return fLinkedPath.GetLength(); } in GetLinkedPathLength()
H A DEntry.cpp102 info.AddStringAllocation(fName.GetLength()); in GetAllocationInfo()
H A DString.h27 inline int32 GetLength() const { return fLength; } in GetLength() function
H A DAttribute.cpp138 info.AddStringAllocation(fName.GetLength()); in GetAllocationInfo()
H A DVolume.cpp732 info.AddStringAllocation(fName.GetLength()); in GetAllocationInfo()
/haiku/src/apps/resedit/
H A DResView.cpp291 data->GetLength(), data->GetName()); in SaveFile()
362 preField->SetData(resData->GetData(), resData->GetLength()); in UpdateRow()
366 sizeField->SetSize(resData->GetLength()); in UpdateRow()
472 fResData->GetLength()); in ResDataRow()
475 SetField(new BSizeField(fResData->GetLength()), 4); in ResDataRow()
H A DResourceData.h44 size_t GetLength(void) const { return fLength; } in GetLength() function
H A DImageEditor.cpp24 BMemoryIO memio(data->GetData(), data->GetLength()); in ImageEditor()
/haiku/headers/private/shared/
H A DHashString.h43 int32 GetLength() const { return fLength; } in GetLength() function
/haiku/headers/private/userlandfs/shared/
H A DString.h48 int32 GetLength() const { return fLength; } in GetLength() function
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp26 const char* name = (fName.GetLength() > 0 ? fName.GetString() : "task"); in Run()
H A DServerInfo.cpp33 return (fShareName.GetLength() > 0); in IsValid()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp28 if (fName.GetLength() == 0) in InitCheck()
73 return (fName.GetLength() > 0 && fName != "." && fName != ".."); in IsActualEntry()
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp41 return (fUser.GetLength() > 0); in IsValid()
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp53 if (fsName.GetLength() == 0) { in parse_parameters()