Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
Dgenerate-bytecode.c233 EXECRES read_res = EXCE_ACE_JERRY_EXEC_OK; in generate_snapshot_file() local
238 read_res = read_js_or_snapshot_file(input_file, target_Js, &file_bytesize, INPUTJS_BUFFER_SIZE); in generate_snapshot_file()
239 if (read_res != EXCE_ACE_JERRY_EXEC_OK) { in generate_snapshot_file()
240 return read_res; in generate_snapshot_file()
353 …EXECRES read_res = read_js_or_snapshot_file(output_file_path, snapshot_data_p, &file_bytesize, SNA… in validate_snapshot() local
354 if ((read_res != EXCE_ACE_JERRY_EXEC_OK) || (snapshot_data_p == NULL) || (file_bytesize == 0)) { in validate_snapshot()
/third_party/cef/tests/ceftests/
Dstream_unittest.cc231 size_t read_res = stream->Read( in TEST() local
234 ASSERT_EQ((size_t)10, read_res); in TEST()
/third_party/glib/gio/
Dgfile.c7205 GAsyncResult *read_res, in load_contents_read_callback() argument
7213 read_size = g_input_stream_read_finish (stream, read_res, &error); in load_contents_read_callback()
7603 GAsyncResult *read_res, in replace_contents_write_callback() argument
7611 write_size = g_output_stream_write_finish (stream, read_res, &error); in replace_contents_write_callback()