Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/storage/lib/
H A 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()
/aosp14/system/core/libappfuse/
H A DFuseAppLoop.cc177 bool FuseAppLoop::ReplyOpen(uint64_t unique, uint64_t fh) { in ReplyOpen()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_FuseAppLoop.cpp138 JNIEnv* env, jobject self, jlong ptr, jlong unique, jlong fh) { in com_android_internal_os_FuseAppLoop_replyOpen()