Home
last modified time | relevance | path

Searched defs:fh (Results 1 – 7 of 7) sorted by relevance

/system/core/trusty/storage/lib/
Dstorage.c37 static inline storage_session_t _to_session(file_handle_t fh) in _to_session()
42 static inline uint32_t _to_handle(file_handle_t fh) in _to_handle()
166 void storage_close_file(file_handle_t fh) in storage_close_file()
191 static int _read_chunk(file_handle_t fh, storage_off_t off, void *buf, size_t size) in _read_chunk()
202 ssize_t storage_read(file_handle_t fh, storage_off_t off, void *buf, size_t size) in storage_read()
225 static int _write_req(file_handle_t fh, storage_off_t off, in _write_req()
238 ssize_t storage_write(file_handle_t fh, storage_off_t off, in storage_write()
268 int storage_set_file_size(file_handle_t fh, storage_off_t file_size, uint32_t opflags) in storage_set_file_size()
279 int storage_get_file_size(file_handle_t fh, storage_off_t *size_p) in storage_get_file_size()
/system/extras/simpleperf/
Dgenerate_event_type_table.py124 fh = open('event_type_table.h', 'w') variable
/system/core/adb/
Dset_verity_enable_state_service.cpp57 fec::io fh(block_device, O_RDWR); in set_verity_enabled_state() local
Dsysdeps_win32.cpp229 void operator()(struct FHRec_* fh) { in operator ()()
533 FH fh = _fh_from_int(fds[i].fd, __func__); in adb_poll() local
928 unique_fh fh(_fh_alloc( &_fh_socket_class )); in adb_socket_accept() local
954 FH fh = _fh_from_int(fd, __func__); in adb_setsockopt() local
979 FH fh = _fh_from_int(fd, __func__); in adb_getsockname() local
1113 FH fh = _fh_from_int(fd, __func__); in set_file_block_mode() local
1138 FH fh = _fh_from_int(fd, __func__); in set_tcp_keepalive() local
/system/extras/verity/fec/
Dmain.cpp146 fec::io fh(filename, O_RDONLY, FEC_VERITY_DISABLE); in get_start() local
/system/core/libappfuse/
DFuseAppLoop.cc177 bool FuseAppLoop::ReplyOpen(uint64_t unique, uint64_t fh) { in ReplyOpen()
/system/extras/libfec/include/fec/
Dio.h138 fec_handle *fh = nullptr; variable