Symbol: CopyTo
headers/private/net/AddressUtilities.h
101
return CopyTo((sockaddr*)to);
headers/private/net/AddressUtilities.h
212
status_t CopyTo(sockaddr* to) const
headers/private/net/AddressUtilities.h
217
status_t CopyTo(sockaddr_storage* to) const
headers/private/net/AddressUtilities.h
219
return CopyTo((sockaddr*)to);
headers/private/net/AddressUtilities.h
94
status_t CopyTo(sockaddr* to) const
headers/private/net/AddressUtilities.h
99
status_t CopyTo(sockaddr_storage* to) const
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
2178
LocalAddress().CopyTo(buffer->source);
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
2179
PeerAddress().CopyTo(buffer->destination);
src/bin/bfs_tools/lib/Inode.cpp
1083
status_t status = Inode::CopyTo(root, fullPath, source);
src/bin/bfs_tools/lib/Inode.cpp
1347
status_t status = Inode::CopyTo(root,fullPath,source);
src/bin/bfs_tools/lib/Inode.cpp
954
status_t status = Inode::CopyTo(root, fullPath, source);
src/bin/bfs_tools/lib/Inode.h
136
virtual status_t CopyTo(const char *path, bool fullPath = true,
src/bin/bfs_tools/lib/Inode.h
148
virtual status_t CopyTo(const char *path, bool fullPath = true,
src/bin/bfs_tools/lib/Inode.h
162
virtual status_t CopyTo(const char *path, bool fullPath = true,
src/bin/bfs_tools/lib/Inode.h
191
virtual status_t CopyTo(const char *path, bool fullPath = true,
src/bin/bfs_tools/lib/Inode.h
68
virtual status_t CopyTo(const char* path, bool fullPath = true,
src/bin/bfs_tools/recover.cpp
713
node->CopyTo(copyTo, true, &source);
src/bin/bfs_tools/recover.cpp
722
node->CopyTo(copyTo, true, &source);
src/preferences/filetypes/ApplicationTypeWindow.cpp
750
fIcon.CopyTo(info, NULL, true);
src/preferences/filetypes/ApplicationTypeWindow.cpp
761
item->Icon().CopyTo(info, item->Type(), true);
src/preferences/filetypes/IconView.cpp
277
return CopyTo(info, type, force);
src/preferences/filetypes/IconView.cpp
918
icon->CopyTo(message);
src/preferences/filetypes/IconView.h
36
status_t CopyTo(BAppFileInfo& info,
src/preferences/filetypes/IconView.h
39
status_t CopyTo(const entry_ref& ref,
src/preferences/filetypes/IconView.h
42
status_t CopyTo(BMimeType& type,
src/preferences/filetypes/IconView.h
44
status_t CopyTo(BMessage& message) const;
src/system/boot/loader/file_systems/amiga_ffs/amiga_ffs.cpp
26
int32 CopyTo(char *name, size_t size);
src/system/boot/loader/file_systems/amiga_ffs/amiga_ffs.cpp
52
string->CopyTo(name, size);
src/tests/kits/support/PointerListTest.cpp
347
list.EachElement(CopyTo, &clone);