Home
last modified time | relevance | path

Searched defs:filehandle (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
Dread_checksum_from_png.py30 def read_checksum(filehandle): argument
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
Dexample.js112 postCall('fopen', filename, access, function(filename, filehandle) { argument
122 postCall('fclose', filehandle, function(filehandle) { argument
132 postCall('fread', filehandle, numBytes, function(filehandle, data) { argument
141 postCall('fwrite', filehandle, data, function(filehandle, bytesWritten) { argument
152 postCall('fseek', filehandle, offset, whence, function(filehandle, filepos) { argument
161 postCall('fflush', filehandle, function(filehandle, filepos) { argument