Searched refs:PATH_MAX (Results 1 – 6 of 6) sorted by relevance
55 #ifndef PATH_MAX56 #define PATH_MAX 255 macro87 char fname[PATH_MAX] = { 0 }; in try_load_secure_module()106 n = snprintf(fname, PATH_MAX, in try_load_secure_module()124 if ((n < 0) || (n >= PATH_MAX)) { in try_load_secure_module()
50 #ifndef PATH_MAX51 #define PATH_MAX 255 macro55 static char tee_fs_root[PATH_MAX];174 char abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_open()213 char abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_create()214 char abs_dir[PATH_MAX] = { 0 }; in ree_fs_new_create()425 char abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_remove()464 char old_abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_rename()465 char new_abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_rename()515 char abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_opendir()
115 char path[PATH_MAX] = { 0 }; in plugin_load_all()
478 char name[PATH_MAX] = { 0 }; in get_dev_fd()
159 char path[PATH_MAX] = { 0 }; in mmc_rpmb_fd()
162 char devname[PATH_MAX] = { 0 }; in TEEC_InitializeContext()
Completed in 10 milliseconds