Searched refs:file (Results 1 – 6 of 6) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | teec_ta_load.c | 85 FILE *file = NULL; in try_load_secure_module() local 126 file = fopen(fname, "r"); in try_load_secure_module() 127 if (file == NULL) { in try_load_secure_module() 136 if (fseek(file, 0, SEEK_END) != 0) { in try_load_secure_module() 137 fclose(file); in try_load_secure_module() 141 l = ftell(file); in try_load_secure_module() 144 fclose(file); in try_load_secure_module() 159 fclose(file); in try_load_secure_module() 163 if (s != fread(ta, 1, s, file)) { in try_load_secure_module() 165 fclose(file); in try_load_secure_module() [all …]
|
A D | tee_supp_fs.c | 63 static size_t tee_fs_get_absolute_filename(char *file, char *out, in tee_fs_get_absolute_filename() argument 68 if (!file || !out || (out_size <= strlen(tee_fs_root) + 1)) in tee_fs_get_absolute_filename() 71 s = snprintf(out, out_size, "%s%s", tee_fs_root, file); in tee_fs_get_absolute_filename()
|
/optee_client/ |
A D | Makefile | 21 checkpatch-pre-req checkpatch-modified-patch checkpatch-modified-file \ 22 checkpatch-last-commit-patch checkpatch-last-commit-file \ 23 checkpatch-base-commit-patch checkpatch-base-commit-file \ 94 CHECKPATCH_FILE_ARGS := $(CHECKPATCH_ARGS) --file --no-patch 109 checkpatch-modified-file: checkpatch-pre-req 116 checkpatch-last-commit-file: checkpatch-pre-req 126 checkpatch-base-commit-file: checkpatch-pre-req
|
A D | typedefs.checkpatch | 1 # Note: please keep the entries in this file sorted in reverse alphabetical
|
A D | LICENSE | 1 Unless it has its own copyright/license embedded in its body, each source file
|
/optee_client/tee-supplicant/ |
A D | CMakeLists.txt | 16 # FIXME: Why do we have if defined(CFG_GP_SOCKETS) && CFG_GP_SOCKETS == 1 in the c-file?
|
Completed in 7 milliseconds