Home | History | Annotate | Download | only in interface

Lines Matching full:file

5  *  that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
20 // write from/to a file.
32 // Returns true if a file has been opened.
35 // Opens a file in read or write mode, decided by the readOnly parameter.
43 // Limits the file size to |bytes|. Writing will fail after the cap
50 // Returns the opened file's name in |fileNameUTF8|. Provide the size of
56 // Write |format| to the opened file. Arguments are taken in the same manner
62 // Reads |length| bytes from file to |buf|. Returns the number of bytes read
67 // Writes |length| bytes from |buf| to file. The actual writing may happen
72 // Rewinds the file to the start. Only available when OpenFile() has been