Searched defs:filehandle (Results 1 – 2 of 2) sorted by relevance
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
| D | read_checksum_from_png.py | 30 def read_checksum(filehandle): argument
|
| /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
| D | example.js | 112 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
|