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

/haiku/src/bin/
H A Dmvattr.cpp45 int fromFileFD = open(fromFile, O_RDONLY); local
46 if (fromFileFD < 0)
49 FileDescriptorCloser fromFileFDCloser(fromFileFD);
52 int toFileFD = fromFileFD;
62 if (fs_stat_attr(fromFileFD, fromAttr, &fromInfo) != 0) {
75 int fromAttrFD = fs_fopen_attr(fromFileFD, fromAttr, fromInfo.type,
111 if (fs_remove_attr(fromFileFD, fromAttr) < 0)

Completed in 31 milliseconds