Searched refs:targetNode (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tools/fs_shell/ |
H A D | command_cp.cpp | 989 Node *targetNode, const char *name, const fssh_attr_info &info) in copy_attribute() argument 992 targetNode->RemoveAttr(name); in copy_attribute() 996 fssh_ssize_t bytesWritten = targetNode->WriteAttr(name, info.type, 0, in copy_attribute() 1022 fssh_ssize_t bytesWritten = targetNode->WriteAttr(name, info.type, pos, in copy_attribute() 1040 Node *targetNode) in copy_attributes() argument 1055 error = copy_attribute(source, sourceNode, target, targetNode, name, in copy_attributes() 1093 Node *targetNode = NULL; in copy_entry() local 1096 targetNode); in copy_entry() 1101 targetDeleter.SetTo(targetNode); in copy_entry() 1104 if (targetNode->IsSymLink()) { in copy_entry() [all …]
|
/haiku/src/apps/installer/ |
H A D | CopyEngine.cpp | 454 BNode targetNode(&destination); in _Copy() local 468 targetNode.WriteAttr(attrName, info.type, offset, buffer, read); in _Copy()
|
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/ |
H A D | attribute_overlay.cpp | 1297 OverlayInode *targetNode = (OverlayInode *)target->private_node; in overlay_link() local 1298 OVERLAY_CALL(link, name, targetNode->SuperVnode()) in overlay_link()
|