OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadFromFile
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix.cc
179
bool
ReadFromFile
(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
sanitizer_rtems.cc
211
bool
ReadFromFile
(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
sanitizer_win.cc
536
if (!
ReadFromFile
(fd, &dos_header, sizeof(dos_header), &bytes_read) ||
553
if (!
ReadFromFile
(fd, &buf[0], sizeof(buf), &bytes_read) ||
685
bool
ReadFromFile
(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_posix.cpp
184
bool
ReadFromFile
(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_posix.cpp
172
bool
ReadFromFile
(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
sysinfo.cc
201
bool
ReadFromFile
(std::string const& fname, ArgT* arg) {
220
if (
ReadFromFile
(governor_file, &res) && res != "performance") return true;
269
if (!
ReadFromFile
(StrCat(FPath, "type"), &info.type))
271
if (!
ReadFromFile
(StrCat(FPath, "level"), &info.level))
274
if (!
ReadFromFile
(StrCat(FPath, "shared_cpu_map"), &map_str))
483
if (
ReadFromFile
("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq)
486
||
ReadFromFile
("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
sysinfo.cc
199
bool
ReadFromFile
(std::string const& fname, ArgT* arg) {
218
if (
ReadFromFile
(governor_file, &res) && res != "performance") return true;
267
if (!
ReadFromFile
(StrCat(FPath, "type"), &info.type))
269
if (!
ReadFromFile
(StrCat(FPath, "level"), &info.level))
272
if (!
ReadFromFile
(StrCat(FPath, "shared_cpu_map"), &map_str))
444
if (
ReadFromFile
("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq)
447
||
ReadFromFile
("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
Completed in 22 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026