Searched refs:targetNode (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp989 Node *targetNode, const char *name, const fssh_attr_info &info)
992 targetNode->RemoveAttr(name);
996 fssh_ssize_t bytesWritten = targetNode->WriteAttr(name, info.type, 0,
1022 fssh_ssize_t bytesWritten = targetNode->WriteAttr(name, info.type, pos,
1040 Node *targetNode)
1055 error = copy_attribute(source, sourceNode, target, targetNode, name,
1093 Node *targetNode = NULL; local
1096 targetNode);
1101 targetDeleter.SetTo(targetNode);
1104 if (targetNode
988 copy_attribute(const char *source, Node *sourceNode, const char *target, Node *targetNode, const char *name, const fssh_attr_info &info) argument
1039 copy_attributes(const char *source, Node *sourceNode, const char *target, Node *targetNode) argument
1322 Node *targetNode; local
[all...]
/haiku/src/apps/installer/
H A DCopyEngine.cpp454 BNode targetNode(&destination);
468 targetNode.WriteAttr(attrName, info.type, offset, buffer, read);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1297 OverlayInode *targetNode = (OverlayInode *)target->private_node; local
1298 OVERLAY_CALL(link, name, targetNode->SuperVnode())

Completed in 49 milliseconds