haiku/headers/private/fs_shell
Augustin Cavalier 254894210c LinkedLists: Rename MoveFrom method to TakeFrom.
"Move" now sounds like it has 'move' semantics (i.e. replaces this
structure's data with the other structure's data), while MoveFrom()
really had 'move+append' semantics (appends the other list's elements
to this list, and clears the other list.) To make this clearer, it's
here renamed to "TakeFrom".

This should reduce confusion with the other move-related APIs that
are starting to show up in the Haiku tree (e.g. "MoveFrom" in BRegion.)

Change-Id: Ib0a61a9c12fe8812020efd55a2a0818883883e2a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8634
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Reviewed-by: X512 X512 <danger_mail@list.ru>
2024-12-11 19:09:25 +00:00
..
DoublyLinkedList.h LinkedLists: Rename MoveFrom method to TakeFrom. 2024-12-11 19:09:25 +00:00
fssh_api_wrapper.h block_cache: enable prefetching 2024-11-16 18:26:21 +00:00
fssh_atomic.h
fssh_auto_deleter.h
fssh_auto_locker.h
fssh_byte_order.h
fssh_defs.h
fssh_dirent.h
fssh_disk_device_defs.h
fssh_disk_device_manager.h
fssh_driver_settings.h
fssh_drivers.h
fssh_errno.h
fssh_errors.h
fssh_fcntl.h
fssh_fs_attr.h
fssh_fs_cache.h block_cache: enable prefetching 2024-11-16 18:26:21 +00:00
fssh_fs_index.h
fssh_fs_info.h
fssh_fs_interface.h
fssh_fs_query.h
fssh_fs_volume.h
fssh_kernel_export.h
fssh_kernel_priv.h
fssh_lock.h
fssh_module.h
fssh_node_monitor.h
fssh_os.h
fssh_stat.h
fssh_stdio.h
fssh_string.h
fssh_time.h
fssh_type_constants.h
fssh_types.h
fssh_uio.h
fssh_unistd.h
KPath.h
SinglyLinkedList.h SinglyLinkedList: The sole Iterator is really ConstIterator. 2024-09-04 14:15:20 -04:00
Stack.h