Searched refs:file_start (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/processor/ |
D | pathname_stripper.cc | 45 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/syslinux/com32/gfxboot/ |
D | gfxboot.c | 536 unsigned code_start, code_size, file_start, file_len, u; in gfx_init() local 555 if(!(code_start = find_file(archive, archive_size, &file_start, &file_len, &code_size))) { in gfx_init() 567 file_start, file_len in gfx_init() 571 gfx_config.file = gfx_config.archive_start + file_start; in gfx_init() 594 memcpy(lowmem, archive + file_start + code_start, code_size); in gfx_init()
|
/external/libchrome/base/ |
D | logging.h | 284 BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N);
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6547 static bool file_start(void *closure, const void *hd) { in file_start() function 7037 upb_handlers_setstartmsg(h, &file_start, NULL); in reghandlers()
|