OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_write_file
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libutil/
op_fileio.h
64
*
op_write_file
- write to a file
72
void
op_write_file
(FILE * fp, void const * buf, size_t size);
op_fileio.c
59
void
op_write_file
(FILE * fp, void const * buf, size_t size)
function
70
"oprofiled:
op_write_file
: wrote less than expected: %lu bytes.\n",
79
op_write_file
(fp, &val, sizeof(val));
85
op_write_file
(fp, &val, sizeof(val));
91
op_write_file
(fp, &val, sizeof(val));
Completed in 12 milliseconds