Home
last modified time | relevance | path

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

/optee_client/tee-supplicant/src/
A Dteec_ta_load.c85 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 Dtee_supp_fs.c63 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 DMakefile21 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 Dtypedefs.checkpatch1 # Note: please keep the entries in this file sorted in reverse alphabetical
A DLICENSE1 Unless it has its own copyright/license embedded in its body, each source file
/optee_client/tee-supplicant/
A DCMakeLists.txt16 # FIXME: Why do we have if defined(CFG_GP_SOCKETS) && CFG_GP_SOCKETS == 1 in the c-file?

Completed in 7 milliseconds