Searched defs:wfd (Results 1 – 7 of 7) sorted by relevance
100 int wfd; in fs_test3() local
61 auto wfd = open(wFilePath.c_str(), O_CREAT | O_WRONLY | O_CLOEXEC, OPEN_MODE); in RecvFile() local
160 …int32_t wfd = UserFileClientEx::Open(fileInfo.uri, Media::MEDIA_FILEMODE_WRITETRUNCATE, isRestart); in WriteFile() local
199 WifiP2pWfdInfo wfd; variable
176 int32_t wfd = open(newPath.c_str(), O_RDWR); variable
744 bool MediaFileUtils::CopyFile(int32_t rfd, int32_t wfd) in CopyFile()
95 const uint8_t *wfd; member