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

  /system/extras/ioshark/
compile_ioshark_subr.c 236 ioshark_write_file_op(FILE *fp, struct ioshark_file_operation *file_op)
238 enum file_op op = file_op->ioshark_io_op;
240 file_op->delta_us = htobe64(file_op->delta_us);
241 file_op->op_union.enum_size = htobe32(file_op->op_union.enum_size);
242 file_op->fileno = htobe64(file_op->fileno);
246 file_op->lseek_offset = htobe64(file_op->lseek_offset)
    [all...]
ioshark_bench.c 214 struct ioshark_file_operation *file_op,
219 assert(file_op->ioshark_io_op < IOSHARK_MAX_FILE_OP);
220 op_counts[file_op->ioshark_io_op]++;
221 switch (file_op->ioshark_io_op) {
229 file_op->lseek_offset,
230 file_op->lseek_action);
235 file_op->lseek_offset,
236 file_op->lseek_action, errno);
241 p = get_buf(bufp, buflen, file_op->prw_len, 0);
243 file_op->prw_len, file_op->prw_offset)
399 struct ioshark_file_operation file_op; local
    [all...]
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)
685 file_op->delta_us = be64toh(file_op->delta_us);
686 file_op->op_union.enum_size = be32toh(file_op->op_union.enum_size);
687 file_op->fileno = be64toh(file_op->fileno);
688 switch (file_op->ioshark_io_op) {
691 file_op->lseek_offset = be64toh(file_op->lseek_offset)
    [all...]
ioshark.h 50 enum file_op { enum
81 enum file_op file_op_u;
ioshark_bench_mmap.c 166 struct ioshark_file_operation *file_op,
170 off_t offset = file_op->mmap_offset;
171 size_t len = file_op->mmap_len;
172 int prot = file_op->mmap_prot;
197 (file_op->mmap_offset + file_op->mmap_len));
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);
convert_format.c 41 enum file_op file_op; member in struct:ioshark_file_operation_old
189 enum file_op op;
199 op = old_disk_file_op.file_op;
269 fprintf(stderr, "%s: unknown FILE_OP %d\n",
compile_ioshark.c 176 get_pathname(char *buf, char *pathname, enum file_op file_op)
180 if (file_op == IOSHARK_MAPPED_PREAD) {
194 if (file_op == IOSHARK_OPEN)
204 if (file_op == IOSHARK_OPEN)
293 get_lseek_offset_action(char *buf, enum file_op op,
509 enum file_op
  /external/webrtc/webrtc/base/
diskcache_win32.cc 65 SHFILEOPSTRUCT file_op = { 0 }; local
66 file_op.wFunc = FO_DELETE;
67 file_op.pFrom = path16.c_str();
68 file_op.fFlags = FOF_NOCONFIRMATION | FOF_NOERRORUI | FOF_SILENT
70 if (0 != SHFileOperation(&file_op)) {
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 380 FileOperation* file_op);
471 ResourceTable* table, FileOperation* file_op) {
472 xml::XmlResource* doc = file_op->xml_to_flatten.get();
501 return make_singleton_vec(std::move(file_op->xml_to_flatten));
510 return make_singleton_vec(std::move(file_op->xml_to_flatten));
515 const ConfigDescription& config = file_op->config;
516 ResourceEntry* entry = file_op->entry;
567 FileOperation file_op; local
568 file_op.entry = entry.get();
569 file_op.dst_path = *file_ref->path
629 FileOperation& file_op = map_entry.second; local
    [all...]
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
reader_dataset_ops_test.py 316 file_op = self.outputs["file"]
322 file_op, keywords_indices_op, keywords_values_op,

Completed in 166 milliseconds