Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_unity.cpp66 uv_fs_t reqFs; in InitLocalLog() local
68 …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()