/system/extras/ioshark/ |
D | convert_format.c | 42 int fileno; member 78 int fileno; /* 1..num_files, with files name ioshark.<fileno> */ member 163 new_file_state.fileno = old_file_state.fileno; in main() 168 new_file_state.fileno = htobe64(new_file_state.fileno); in main() 206 new_disk_file_op.fileno = old_disk_file_op.fileno; in main() 207 new_disk_file_op.fileno = htobe64(new_disk_file_op.fileno); in main()
|
D | compile_ioshark_subr.c | 48 st.fileno = db_node->fileno; in files_db_write_objects() 95 db_node->fileno = current_fileno++; in files_db_add() 229 state->fileno = htobe64(state->fileno); in ioshark_write_file_state() 242 file_op->fileno = htobe64(file_op->fileno); in ioshark_write_file_op()
|
D | ioshark_bench.h | 46 int fileno; member 85 return (((struct files_db_s *)node)->fileno); in files_db_get_fileno() 131 void *files_db_lookup_byfileno(void *handle, int fileno); 132 void *files_db_add_byfileno(void *handle, int fileno, int readonly);
|
D | ioshark_bench_subr.c | 53 void *files_db_lookup_byfileno(void *handle, int fileno) in files_db_lookup_byfileno() argument 59 hash = fileno % FILE_DB_HASHSIZE; in files_db_lookup_byfileno() 62 if (db_node->fileno == fileno) in files_db_lookup_byfileno() 69 void *files_db_add_byfileno(void *handle, int fileno, int readonly) in files_db_add_byfileno() argument 71 u_int32_t hash = fileno % FILE_DB_HASHSIZE; in files_db_add_byfileno() 76 files_db_lookup_byfileno(handle, fileno); in files_db_add_byfileno() 79 db_node->fileno = fileno; in files_db_add_byfileno() 89 __func__, fileno); in files_db_add_byfileno() 669 state->fileno = be64toh(state->fileno); in ioshark_read_file_state() 682 file_op->fileno = be64toh(file_op->fileno); in ioshark_read_file_op()
|
D | compile_ioshark.h | 27 int fileno; member 68 return (((struct files_db_s *)node)->fileno); in files_db_get_fileno()
|
D | ioshark.h | 47 u_int64_t fileno; /* 1..num_files, with files name ioshark.<fileno> */ member 86 u_int64_t fileno; member
|
D | README | 57 u_int64_t fileno; 70 u_int64_t fileno;
|
D | ioshark_bench.c | 195 file_state.fileno); in create_files() 204 file_state.fileno, in create_files() 441 file_op.fileno); in do_io() 445 progname, file_op.fileno); in do_io()
|
D | compile_ioshark.c | 579 disk_file_op->fileno = files_db_get_fileno(db_node); in main()
|
/system/update_engine/liburing_cpp/tests/ |
D | BasicTests.cpp | 101 int fd = fileno(fp); in TEST_F() 121 int fd = fileno(fp); in TEST_F() 159 const int fd = fileno(fp); in TEST_F()
|
/system/extras/simpleperf/scripts/test/ |
D | test_utils.py | 62 os.close(sys.stderr.fileno()) 63 os.dup2(cls.log_fh.fileno(), sys.stderr.fileno())
|
/system/core/init/ |
D | mount_handler.cpp | 170 fileno(fp_.get()), [this]() { this->MountHandlerFunction(); }, EPOLLERR | EPOLLPRI); in MountHandler() 175 if (fp_) epoll_->UnregisterHandler(fileno(fp_.get())); in ~MountHandler()
|
/system/extras/simpleperf/ |
D | cmd_api_test.cpp | 38 if (!android::base::ReadFdToString(fileno(fp.get()), &s)) { in WaitUntilAppExit()
|
D | cmd_api.cpp | 125 if (!fp || !android::base::ReadFdToString(fileno(fp.get()), &content)) { in GetAppUid()
|
/system/logging/liblog/tests/ |
D | log_radio_test.cpp | 98 if (!android::base::ReadFdToString(fileno(fp), &buf)) buf = ""; in TEST()
|
D | log_system_test.cpp | 98 if (!android::base::ReadFdToString(fileno(fp), &buf)) buf = ""; in TEST()
|
/system/sepolicy/tests/ |
D | sepol_wrap.cpp | 214 if (fstat(fileno(fp), &sb)) { in load_policy() 223 mmap(nullptr, sb.st_size, PROT_READ, MAP_PRIVATE, fileno(fp), 0), unmap); in load_policy()
|
/system/libufdt/utils/src/ |
D | mkdtboimg.py | 346 file_size = os.fstat(self.__file.fileno()).st_size 664 params['dt_size'] = os.fstat(params['dt_file'].fileno()).st_size 907 params['dt_size'] = os.fstat(params['dt_file'].fileno()).st_size
|
/system/libziparchive/ |
D | zip_writer.cc | 99 if (fstat(fileno(f), &file_stats) == 0) { in ZipWriter() 574 if (ftruncate(fileno(file_), current_offset_) != 0) { in Finish()
|
/system/update_engine/scripts/update_payload/ |
D | payload.py | 136 payload_fp.fileno(), 0, access=mmap.ACCESS_READ)
|
/system/memory/lmkd/tests/ |
D | lmkd_test.cpp | 63 ReadFdToString(fileno(fp), &content); in readCommand()
|
D | lmkd_tests.cpp | 130 ReadFdToString(fileno(fp), &content); in ExecCommand()
|
/system/core/debuggerd/crasher/ |
D | crasher.cpp | 318 close(fileno(f)); in do_action()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 58 int nbytes = write(fileno(stderr), err_str.c_str(), err_str.length()); in MakeRegex()
|
/system/update_engine/scripts/ |
D | update_device.py | 219 stat = os.fstat(f.fileno())
|