Home
last modified time | relevance | path

Searched refs:filename_size (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cc77 char filename[], uptr filename_size, uptr *protection) { in NextSegmentLoad() argument
98 filename_size); in NextSegmentLoad()
106 char filename[], uptr filename_size, in Next() argument
139 start, end, offset, filename, filename_size, protection)) in Next()
146 start, end, offset, filename, filename_size, protection)) in Next()
Dsanitizer_procmaps_freebsd.cc52 char filename[], uptr filename_size, in Next() argument
75 if (filename != NULL && filename_size > 0) { in Next()
77 Min(filename_size, (uptr)PATH_MAX), in Next()
Dsanitizer_procmaps_linux.cc30 char filename[], uptr filename_size, in Next() argument
78 if (filename && i < filename_size - 1) in Next()
82 if (filename && i < filename_size) in Next()
Dsanitizer_procmaps.h39 char filename[], uptr filename_size, uptr *protection);
71 char filename[], uptr filename_size,
/external/protobuf/src/google/protobuf/compiler/
Dzip_writer.cc143 uint16 filename_size = filename.size(); in Write() local
161 WriteShort(&output, filename_size); // file name length in Write()
177 uint16 filename_size = filename.size(); in WriteDirectory() local
192 WriteShort(&output, filename_size); // file name length in WriteDirectory()