Searched refs:fdw (Results 1 – 1 of 1) sorted by relevance
1320 int32_t fdw = open(uri.c_str(), O_WRONLY | O_CREAT, mode); in SetWallpaper() local1321 if (fdw < 0) { in SetWallpaper()1326 if (write(fdw, paperBuf, length) <= 0) { in SetWallpaper()1330 close(fdw); in SetWallpaper()1334 close(fdw); in SetWallpaper()