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

/haiku-fatelf/src/apps/soundrecorder/
H A DFileUtils.h19 status_t CopyAttributes(BNode& dst, BNode& src);
H A DFileUtils.cpp81 CopyAttributes(BNode& dst, BNode& src) function
137 return CopyAttributes(dst, src);
/haiku-fatelf/src/kits/tracker/
H A DFSUtils.cpp129 void CopyAttributes(CopyLoopControl* control, BNode* srcNode,
1342 CopyAttributes(loopControl, &srcFile, &destFile, buffer, bufsize);
1369 CopyAttributes(CopyLoopControl* control, BNode* srcNode, BNode* destNode, function in namespace:BPrivate
1376 // When calling CopyAttributes on files, have to make sure destNode
1510 CopyAttributes(loopControl, &srcDir, &newDir, buffer, 32768);

Completed in 45 milliseconds