OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:files_writeBufToFile
(Results
1 - 8
of
8
) sorted by null
/external/honggfuzz/libhfcommon/
ns.c
59
if (
files_writeBufToFile
("/proc/self/setgroups", (const uint8_t*)deny_str, strlen(deny_str),
67
if (
files_writeBufToFile
(
75
if (
files_writeBufToFile
(
files.h
36
extern bool
files_writeBufToFile
(
files.c
68
bool
files_writeBufToFile
(const char* fileName, const uint8_t* buf, size_t fileSz, int flags) {
/external/honggfuzz/posix/
arch.c
136
if (
files_writeBufToFile
(
/external/honggfuzz/
fuzz.c
104
if (!
files_writeBufToFile
(fname, data, len, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC)) {
/external/honggfuzz/mac/
arch.c
277
if (!
files_writeBufToFile
(run->crashFileName, run->dynamicFile, run->dynamicFileSz,
/external/honggfuzz/netbsd/
trace.c
501
if (!
files_writeBufToFile
(run->crashFileName, run->dynamicFile, run->dynamicFileSz,
/external/honggfuzz/linux/
trace.c
826
if (!
files_writeBufToFile
(run->crashFileName, run->dynamicFile, run->dynamicFileSz,
[
all
...]
Completed in 717 milliseconds