HomeSort by relevance Sort by last modified time
    Searched refs:ioshark_file_operation (Results 1 - 9 of 9) sorted by null

  /system/extras/ioshark/
ioshark_bench.h 145 struct ioshark_file_operation *file_op,
158 int ioshark_read_file_op(FILE *fp, struct ioshark_file_operation *file_op);
compile_ioshark.h 81 int ioshark_write_file_op(FILE *fp, struct ioshark_file_operation *file_op);
ioshark.h 76 struct ioshark_file_operation { struct
compile_ioshark_subr.c 236 ioshark_write_file_op(FILE *fp, struct ioshark_file_operation *file_op)
279 return fwrite(file_op, sizeof(struct ioshark_file_operation), 1, fp);
convert_format.c 93 struct ioshark_file_operation new_disk_file_op;
275 sizeof(struct ioshark_file_operation),
ioshark_bench_mmap.c 166 struct ioshark_file_operation *file_op,
compile_ioshark.c 87 struct ioshark_file_operation disk_file_op;
532 struct ioshark_file_operation *disk_file_op;
ioshark_bench.c 214 struct ioshark_file_operation *file_op,
399 struct ioshark_file_operation file_op;
ioshark_bench_subr.c 681 ioshark_read_file_op(FILE *fp, struct ioshark_file_operation *file_op)
683 if (fread(file_op, sizeof(struct ioshark_file_operation), 1, fp) != 1)

Completed in 373 milliseconds