OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadToArray
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/thunk/
ppb_file_io_thunk.cc
126
int32_t
ReadToArray
(PP_Resource file_io,
131
VLOG(4) << "PPB_FileIO::
ReadToArray
()";
135
return enter.SetResult(enter.object()->
ReadToArray
(offset,
165
&
ReadToArray
/external/chromium_org/ppapi/c/
ppb_file_io.h
177
*
ReadToArray
() is preferred to Read() when doing asynchronous operations.
273
*
ReadToArray
() reads from an offset in the file. A PP_ArrayOutput must be
285
* completion of
ReadToArray
().
289
* reached. It is valid to call
ReadToArray
() multiple times with a completion
293
int32_t (*
ReadToArray
)(PP_Resource file_io,
/external/chromium_org/ppapi/proxy/
file_io_resource.cc
36
// An adapter to let Read() share the same implementation with
ReadToArray
().
253
int32_t FileIOResource::
ReadToArray
(int64_t offset,
Completed in 220 milliseconds