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

/haiku/src/bin/
H A Dmvattr.cpp75 int fromAttrFD = fs_fopen_attr(fromFileFD, fromAttr, fromInfo.type, local
77 if (fromAttrFD < 0)
80 FileDescriptorCloser fromAttrFDCloser(fromAttrFD);
84 if (fromAttrFD < 0)
93 ssize_t bytesRead = read_pos(fromAttrFD, offset, kBuffer, size);

Completed in 33 milliseconds