Searched refs:ReadFileToBuffer (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_solaris.cc | 24 if (!ReadFileToBuffer("/proc/self/xmap", &proc_maps->data, in ReadProcMaps()
|
| H A D | sanitizer_procmaps_linux.cc | 21 if (!ReadFileToBuffer("/proc/self/maps", &proc_maps->data, in ReadProcMaps()
|
| H A D | sanitizer_procmaps_common.cc | 153 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len)) in GetMemoryProfile()
|
| H A D | sanitizer_suppressions.cc | 71 if (!ReadFileToBuffer(filename, &file_contents, &buffer_size, in ParseFromFile()
|
| H A D | sanitizer_flag_parser.cc | 136 if (!ReadFileToBuffer(path, &data, &data_mapped_size, &len, in ParseFile()
|
| H A D | sanitizer_file.cc | 96 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer() function
|
| H A D | sanitizer_linux.cc | 537 if (!ReadFileToBuffer("/proc/self/environ", &environ, &environ_size, &len)) in GetEnv() 573 if (!ReadFileToBuffer(path, &buff, &buff_size, &buff_len, 1024 * 1024)) { in ReadNullSepFileToArray() 1144 if (ReadFileToBuffer("/proc/self/cmdline", &tmpbuf, &tmpsize, &tmplen, in ReadLongProcessName()
|
| H A D | sanitizer_fuchsia.cc | 396 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer() function
|
| H A D | sanitizer_common.h | 668 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size,
|