Home
last modified time | relevance | path

Searched refs:CopyFileData (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DFileUtils.h18 status_t CopyFileData(BFile& dst, BFile& src);
H A DFileUtils.cpp26 CopyFileData(BFile& dst, BFile& src) in CopyFileData() function
134 status_t err = CopyFileData(dst, src); in CopyFile()