Home
last modified time | relevance | path

Searched refs:readdir (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_fs.h53 TEE_Result (*readdir)(struct tee_fs_dir *d, struct tee_fs_dirent **ent); member
/optee_os/core/tee/
H A Dtee_svc_storage.c658 res = e->fops->readdir(e->dir, &d); in syscall_storage_next_enum()
H A Dtee_ree_fs.c1109 .readdir = ree_fs_readdir_rpc,
H A Dtee_rpmb_fs.c3141 .readdir = rpmb_fs_readdir,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c1614 while ((entry = readdir(dir)) != NULL) { in mbedtls_x509_crt_parse_path()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3861 * Do not define global mutexes around readdir() and gmtime() in
5395 * Dropped use of readdir_r() instead of readdir() with threading support