Searched refs:CopyTo (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/net/
H A DAddressUtilities.h94 status_t CopyTo(sockaddr* to) const function in class:SocketAddress
99 status_t CopyTo(sockaddr_storage* to) const function in class:SocketAddress
101 return CopyTo((sockaddr*)to);
212 status_t CopyTo(sockaddr* to) const function in class:ConstSocketAddress
217 status_t CopyTo(sockaddr_storage* to) const function in class:ConstSocketAddress
219 return CopyTo((sockaddr*)to);
/haiku/src/bin/bfs_tools/lib/
H A DInode.h68 virtual status_t CopyTo(const char* path, bool fullPath = true,
136 virtual status_t CopyTo(const char *path, bool fullPath = true,
148 virtual status_t CopyTo(const char *path, bool fullPath = true,
162 virtual status_t CopyTo(const char *path, bool fullPath = true,
191 virtual status_t CopyTo(const char *path, bool fullPath = true,
H A DInode.cpp480 Inode::CopyTo(const char *root, bool fullPath, Inode::Source *source) function in class:Inode
948 File::CopyTo(const char *root, bool fullPath, Inode::Source *source) function in class:File
950 status_t status = Inode::CopyTo(root, fullPath, source);
1025 Attribute::CopyTo(const char */*path*/, bool /*fullPath*/, function in class:Attribute
1072 Directory::CopyTo(const char *root, bool fullPath, Inode::Source *source) function in class:Directory
1079 status_t status = Inode::CopyTo(root, fullPath, source);
1341 Symlink::CopyTo(const char *root, bool fullPath,Inode::Source *source) function in class:Symlink
1343 status_t status = Inode::CopyTo(root,fullPath,source);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp26 int32 CopyTo(char *name, size_t size);
34 BCPLString::CopyTo(char *name, size_t size) function in class:BCPLString
52 string->CopyTo(name, size);
/haiku/src/preferences/filetypes/
H A DIconView.h36 status_t CopyTo(BAppFileInfo& info,
39 status_t CopyTo(const entry_ref& ref,
42 status_t CopyTo(BMimeType& type,
44 status_t CopyTo(BMessage& message) const;
H A DIconView.cpp249 Icon::CopyTo(BAppFileInfo& info, const char* type, bool force) const function in class:Icon
265 Icon::CopyTo(const entry_ref& ref, const char* type, bool force) const function in class:Icon
277 return CopyTo(info, type, force);
282 Icon::CopyTo(BMimeType& type, bool force) const function in class:Icon
298 Icon::CopyTo(BMessage& message) const function in class:Icon
918 icon->CopyTo(message);
H A DApplicationTypeWindow.cpp750 fIcon.CopyTo(info, NULL, true);
761 item->Icon().CopyTo(info, item->Type(), true);
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp322 void* CopyTo(void* item, void* data) function
341 list.EachElement(CopyTo, &clone);
/haiku/src/bin/bfs_tools/
H A Drecover.cpp713 node->CopyTo(copyTo, true, &source);
722 node->CopyTo(copyTo, true, &source);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp2045 LocalAddress().CopyTo(buffer->source);
2046 PeerAddress().CopyTo(buffer->destination);

Completed in 90 milliseconds