Searched refs:ReadFileToBuffer (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_libc_test.cpp | 199 TEST_P(SanitizerCommonFileTest, ReadFileToBuffer) { in TEST_P() argument 203 EXPECT_TRUE(ReadFileToBuffer(file_name_, &buff, &len, &size)); in TEST_P() 213 EXPECT_TRUE(ReadFileToBuffer(file_name_, &buff, &len, &size, data_.size())); in TEST_P()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_linux.cpp | 20 if (!ReadFileToBuffer("/proc/self/maps", &proc_maps->data, in ReadProcMaps()
|
| H A D | sanitizer_procmaps_common.cpp | 153 if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &smaps_len)) in GetMemoryProfile()
|
| H A D | sanitizer_suppressions.cpp | 81 if (!ReadFileToBuffer(filename, &file_contents, &buffer_size, in ParseFromFile()
|
| H A D | sanitizer_flag_parser.cpp | 156 if (!ReadFileToBuffer(path, &data, &data_mapped_size, &len, in ParseFile()
|
| H A D | sanitizer_file.cpp | 127 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer() function
|
| H A D | sanitizer_fuchsia.cpp | 388 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer() function
|
| H A D | sanitizer_linux.cpp | 617 if (!ReadFileToBuffer("/proc/self/environ", &environ, &environ_size, &len)) in GetEnv() 652 if (!ReadFileToBuffer(path, &buff, &buff_size, &buff_len, 1024 * 1024)) { in ReadNullSepFileToArray() 1211 if (ReadFileToBuffer("/proc/self/cmdline", &tmpbuf, &tmpsize, &tmplen, in ReadLongProcessName()
|
| H A D | sanitizer_common.h | 756 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size,
|