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

/haiku/src/bin/
H A Dmvattr.cpp61 attr_info fromInfo; local
62 if (fs_stat_attr(fromFileFD, fromAttr, &fromInfo) != 0) {
75 int fromAttrFD = fs_fopen_attr(fromFileFD, fromAttr, fromInfo.type,
82 int toAttrFD = fs_fopen_attr(toFileFD, toAttr, fromInfo.type,
89 size_t bytesLeft = fromInfo.size;

Completed in 16 milliseconds