Searched refs:reqFs (Results 1 – 1 of 1) sorted by relevance
66 uv_fs_t reqFs; in InitLocalLog() local68 …if (uv_fs_open(nullptr, &reqFs, path, UV_FS_O_TRUNC | UV_FS_O_CREAT | UV_FS_O_WRONLY, S_IWUSR | S_… in InitLocalLog()72 uv_fs_req_cleanup(&reqFs); in InitLocalLog()73 opContext.fileLog = reqFs.result; in InitLocalLog()