Home
last modified time | relevance | path

Searched refs:file_start (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/external/u-boot/fs/zfs/
Dzfs.c147 uint64_t file_start; member
2084 data->file_start = data->file_end = 0; in zfs_read()
2090 if (file->offset >= data->file_start in zfs_read()
2092 memmove(buf, data->file_buf + file->offset - data->file_start, in zfs_read()
2124 data->file_start = blkid * blksz; in zfs_read()
2125 data->file_end = data->file_start + blksz; in zfs_read()
2130 - data->file_start, movesize); in zfs_read()
/external/libchrome/base/
Dlogging.h256 BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8776 static bool file_start(void *closure, const void *hd) { in file_start() function
9373 upb_handlers_setstartmsg(h, &file_start, NULL); in reghandlers()