HomeSort by: relevance | last modified time | path
    Searched defs:fchmod_cb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs.c 263 static void fchmod_cb(uv_fs_t* req) { function
1885 r = uv_fs_fchmod(loop, &req, file, 0600, fchmod_cb);
test-fs.c 263 static void fchmod_cb(uv_fs_t* req) { function
1885 r = uv_fs_fchmod(loop, &req, file, 0600, fchmod_cb);

Completed in 104 milliseconds