Searched refs:fname (Results 1 – 2 of 2) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | teec_ta_load.c | 84 char fname[PATH_MAX] = { 0 }; in try_load_secure_module() local 103 n = snprintf(fname, PATH_MAX, in try_load_secure_module() 119 DMSG("Attempt to load %s", fname); in try_load_secure_module() 122 EMSG("wrong TA path [%s]", fname); in try_load_secure_module() 126 file = fopen(fname, "r"); in try_load_secure_module() 128 DMSG("failed to open the ta %s TA-file", fname); in try_load_secure_module() 143 DMSG("failed to ftell the ta %s TA-file", fname); in try_load_secure_module() 164 DMSG("failed to fread the ta %s TA-file", fname); in try_load_secure_module()
|
A D | tee_supp_fs.c | 139 fd = open(fname, flags | O_SYNC, 0600); in open_wrapper() 149 char *fname = NULL; in ree_fs_new_open() local 161 fname = tee_supp_param_to_va(params + 1); in ree_fs_new_open() 162 if (!fname) in ree_fs_new_open() 189 char *fname = NULL; in ree_fs_new_create() local 203 fname = tee_supp_param_to_va(params + 1); in ree_fs_new_create() 204 if (!fname) in ree_fs_new_create() 392 char *fname = NULL; in ree_fs_new_remove() local 403 if (!fname) in ree_fs_new_remove() 483 char *fname = NULL; in ree_fs_new_opendir() local [all …]
|
Completed in 4 milliseconds