Home
last modified time | relevance | path

Searched refs:file_op (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/extras/ioshark/
H A Dcompile_ioshark_subr.c238 enum file_op op = file_op->ioshark_io_op; in ioshark_write_file_op()
240 file_op->delta_us = htobe64(file_op->delta_us); in ioshark_write_file_op()
242 file_op->fileno = htobe64(file_op->fileno); in ioshark_write_file_op()
251 file_op->prw_offset = htobe64(file_op->prw_offset); in ioshark_write_file_op()
252 file_op->prw_len = htobe64(file_op->prw_len); in ioshark_write_file_op()
256 file_op->rw_len = htobe64(file_op->rw_len); in ioshark_write_file_op()
260 file_op->mmap_offset = htobe64(file_op->mmap_offset); in ioshark_write_file_op()
261 file_op->mmap_len = htobe64(file_op->mmap_len); in ioshark_write_file_op()
262 file_op->mmap_prot = htobe32(file_op->mmap_prot); in ioshark_write_file_op()
265 file_op->open_flags = htobe32(file_op->open_flags); in ioshark_write_file_op()
[all …]
H A Dioshark_bench.c235 file_op->lseek_offset, in do_one_io()
243 file_op->prw_len, file_op->prw_offset); in do_one_io()
250 file_op->prw_len, in do_one_io()
258 file_op->prw_len, file_op->prw_offset); in do_one_io()
265 file_op->prw_len, in do_one_io()
273 file_op->rw_len); in do_one_io()
280 file_op->rw_len, in do_one_io()
288 file_op->rw_len); in do_one_io()
295 file_op->rw_len, in do_one_io()
309 file_op->open_flags, in do_one_io()
[all …]
H A Dioshark_bench_subr.c680 file_op->delta_us = be64toh(file_op->delta_us); in ioshark_read_file_op()
682 file_op->fileno = be64toh(file_op->fileno); in ioshark_read_file_op()
686 file_op->lseek_offset = be64toh(file_op->lseek_offset); in ioshark_read_file_op()
691 file_op->prw_offset = be64toh(file_op->prw_offset); in ioshark_read_file_op()
692 file_op->prw_len = be64toh(file_op->prw_len); in ioshark_read_file_op()
696 file_op->rw_len = be64toh(file_op->rw_len); in ioshark_read_file_op()
700 file_op->mmap_offset = be64toh(file_op->mmap_offset); in ioshark_read_file_op()
701 file_op->mmap_len = be64toh(file_op->mmap_len); in ioshark_read_file_op()
702 file_op->mmap_prot = be32toh(file_op->mmap_prot); in ioshark_read_file_op()
705 file_op->open_flags = be32toh(file_op->open_flags); in ioshark_read_file_op()
[all …]
H A Dioshark_bench_mmap.c166 struct ioshark_file_operation *file_op, in ioshark_handle_mmap() argument
170 off_t offset = file_op->mmap_offset; in ioshark_handle_mmap()
171 size_t len = file_op->mmap_len; in ioshark_handle_mmap()
172 int prot = file_op->mmap_prot; in ioshark_handle_mmap()
197 (file_op->mmap_offset + file_op->mmap_len)); in ioshark_handle_mmap()
H A Dconvert_format.c41 enum file_op file_op; member
189 enum file_op op; in main()
199 op = old_disk_file_op.file_op; in main()
H A Dcompile_ioshark.c176 get_pathname(char *buf, char *pathname, enum file_op file_op) in get_pathname() argument
180 if (file_op == IOSHARK_MAPPED_PREAD) { in get_pathname()
194 if (file_op == IOSHARK_OPEN) in get_pathname()
204 if (file_op == IOSHARK_OPEN) in get_pathname()
293 get_lseek_offset_action(char *buf, enum file_op op, in get_lseek_offset_action()
509 enum file_op
H A Dioshark.h52 enum file_op { enum
83 enum file_op file_op_u;
H A Dioshark_bench.h145 struct ioshark_file_operation *file_op,
158 int ioshark_read_file_op(FILE *fp, struct ioshark_file_operation *file_op);
H A DREADME65 #define file_op file_op_union.file_op_u
67 enum file_op file_op_u;
H A Dcompile_ioshark.h87 int ioshark_write_file_op(FILE *fp, struct ioshark_file_operation *file_op);
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp451 ResourceTable* table, FileOperation* file_op) { in LinkAndVersionXmlFile() argument
497 ResourceEntry* entry = file_op->entry; in LinkAndVersionXmlFile()
553 FileOperation file_op; in Flatten() local
554 file_op.entry = entry.get(); in Flatten()
555 file_op.dst_path = *file_ref->path; in Flatten()
556 file_op.config = config_value->config; in Flatten()
557 file_op.file_to_copy = file; in Flatten()
608 std::move(file_op); in Flatten()
615 FileOperation& file_op = map_entry.second; in Flatten() local
617 if (file_op.xml_to_flatten) { in Flatten()
[all …]
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto8120 optional android.stats.docsui.FileOperation file_op = 2; field
8131 optional android.stats.docsui.FileOperation file_op = 1; field
8154 optional android.stats.docsui.FileOperation file_op = 1; field