Searched defs:create (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/include/tee/ |
A D | tadb.h | 33 TEE_Result (*create)(uint32_t file_number, int *fd); member
|
A D | tee_fs.h | 34 TEE_Result (*create)(struct tee_pobj *po, bool overwrite, member
|
/optee_os-3.20.0/core/tee/ |
A D | fs_htree.c | 254 static TEE_Result get_node(struct tee_fs_htree *ht, bool create, in get_node() 614 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, const TEE_UUID *uuid, in tee_fs_htree_open() 797 static TEE_Result get_block_node(struct tee_fs_htree *ht, bool create, in get_block_node()
|
A D | fs_dirfile.c | 124 TEE_Result tee_fs_dirfile_open(bool create, uint8_t *hash, in tee_fs_dirfile_open()
|
A D | tee_ree_fs.c | 394 static TEE_Result ree_fs_open_primitive(bool create, uint8_t *hash, in ree_fs_open_primitive()
|
A D | tee_rpmb_fs.c | 2309 const TEE_UUID *uuid, bool create) in rpmb_fs_open_internal() 3059 TEE_Result tee_rpmb_fs_raw_open(const char *fname, bool create, in tee_rpmb_fs_raw_open()
|
Completed in 12 milliseconds