Home
last modified time | relevance | path

Searched refs:handle_result (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/test/
H A Dtest-fs-copyfile.c45 static void handle_result(uv_fs_t* req) { in handle_result() function
140 handle_result(&req); in TEST_IMPL()
147 handle_result(&req); in TEST_IMPL()
152 handle_result(&req); in TEST_IMPL()
167 handle_result(&req); in TEST_IMPL()
174 handle_result(&req); in TEST_IMPL()
179 r = uv_fs_copyfile(loop, &req, fixture, dst, 0, handle_result); in TEST_IMPL()
198 handle_result(&req); in TEST_IMPL()
207 handle_result(&req); in TEST_IMPL()
/third_party/node/deps/v8/src/api/
H A Dapi.cc6860 i::Handle<i::String> handle_result = \
6864 result = Utils::ToLocal(handle_result); \
6873 i::Handle<i::String> handle_result = in NewFromUtf8Literal() local
6877 return Utils::ToLocal(handle_result); in NewFromUtf8Literal()

Completed in 22 milliseconds