Home | History | Annotate | Download | only in common

Lines Matching defs:File

5  * you may not use this file except in compliance with the License.
17 #include "file.h"
25 File::File()
30 File::File(const char *path, const char *mode)
36 File::~File() {
40 status_t File::initCheck() const {
44 status_t File::setTo(const char *path, const char *mode) {
68 void File::close() {
77 ssize_t File::read(void *data, size_t size) {
81 ssize_t File::write(const void *data, size_t size) {
85 off64_t File::seekTo(off64_t pos, int whence) {