Home
last modified time | relevance | path

Searched refs:get_size (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/arch/arm/plat-stm32mp1/scripts/
H A Dstm32image.py20 def get_size(file): function
39 sizedest = get_size(dest_fd)
82 sizesrc = get_size(src_fd)
/optee_os/core/arch/arm/plat-amlogic/scripts/
H A Daml_bin2img.py18 def get_size(file): function
49 sizesrc = get_size(src_fd)
/optee_os/core/include/kernel/
H A Dts_store.h27 TEE_Result (*get_size)(const struct ts_store_handle *h, member
/optee_os/core/kernel/
H A Dearly_ta.c38 .get_size = emb_ts_get_size,
H A Dsecstor_ta.c83 .get_size = secstor_ta_get_size,
H A Dree_fs_ta.c666 .get_size = ree_fs_ta_get_size,
823 .get_size = buf_ta_get_size,
H A Dldelf_syscalls.c191 res = binh->op->get_size(binh->h, &binh->size_bytes); in ldelf_syscall_open_bin()
/optee_os/core/drivers/qcom/ramblur/
H A Dramblur_pimem_v3.c190 static uint32_t get_size(int window) in get_size() function
200 uint32_t win_size = get_size(window); in set_size()
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c540 res = store_ops->get_size(handle, &bin_size); in load_binary_sp()
2133 .get_size = emb_ts_get_size,