/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | AllocationDescriptorList.h | 120 < _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 D | Entry.cpp | 34 return (fName.GetLength() > 0 ? B_OK : B_NO_MEMORY); in InitCheck() 107 return (fName.GetLength() > 0 && fName != "." && fName != ".."); in IsActualEntry()
|
H A D | Path.h | 18 int32 GetLength() const;
|
H A D | SecurityContext.cpp | 71 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 D | Path.cpp | 113 Path::GetLength() const in GetLength() function in Path
|
H A D | VolumeManager.cpp | 1119 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 D | ClientConnection.cpp | 3071 int32 fromNameLen = event->fromName.GetLength(); in _EntryMoved()
|
/haiku/src/add-ons/kernel/file_systems/reiserfs/ |
H A D | Settings.cpp | 110 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 D | Iterators.cpp | 81 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 D | Iterators.h | 48 uint32 GetLength() const;
|
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | SymLink.h | 21 size_t GetLinkedPathLength() const { return fLinkedPath.GetLength(); } in GetLinkedPathLength()
|
H A D | Entry.cpp | 102 info.AddStringAllocation(fName.GetLength()); in GetAllocationInfo()
|
H A D | String.h | 27 inline int32 GetLength() const { return fLength; } in GetLength() function
|
H A D | Attribute.cpp | 138 info.AddStringAllocation(fName.GetLength()); in GetAllocationInfo()
|
H A D | Volume.cpp | 732 info.AddStringAllocation(fName.GetLength()); in GetAllocationInfo()
|
/haiku/src/apps/resedit/ |
H A D | ResView.cpp | 291 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 D | ResourceData.h | 44 size_t GetLength(void) const { return fLength; } in GetLength() function
|
H A D | ImageEditor.cpp | 24 BMemoryIO memio(data->GetData(), data->GetLength()); in ImageEditor()
|
/haiku/headers/private/shared/ |
H A D | HashString.h | 43 int32 GetLength() const { return fLength; } in GetLength() function
|
/haiku/headers/private/userlandfs/shared/ |
H A D | String.h | 48 int32 GetLength() const { return fLength; } in GetLength() function
|
/haiku/src/add-ons/kernel/file_systems/netfs/shared/ |
H A D | TaskManager.cpp | 26 const char* name = (fName.GetLength() > 0 ? fName.GetString() : "task"); in Run()
|
H A D | ServerInfo.cpp | 33 return (fShareName.GetLength() > 0); in IsValid()
|
/haiku/src/add-ons/kernel/file_systems/netfs/client/ |
H A D | ShareNode.cpp | 28 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 D | AuthenticationServer.cpp | 41 return (fUser.GetLength() > 0); in IsValid()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | kernel_interface.cpp | 53 if (fsName.GetLength() == 0) { in parse_parameters()
|