Searched refs:PATH_MAX (Results 1 – 5 of 5) sorted by relevance
55 #ifndef PATH_MAX56 #define PATH_MAX 255 macro84 char fname[PATH_MAX] = { 0 }; in try_load_secure_module()103 n = snprintf(fname, PATH_MAX, in try_load_secure_module()121 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];148 char abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_open()187 char abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_create()188 char abs_dir[PATH_MAX] = { 0 }; in ree_fs_new_create()391 char abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_remove()433 char old_abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_rename()434 char new_abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_rename()482 char abs_filename[PATH_MAX] = { 0 }; in ree_fs_new_opendir()
157 char path[PATH_MAX] = { 0 }; in mmc_rpmb_fd()184 char path[PATH_MAX] = { 0 }; in mmc_fd()
470 char name[PATH_MAX] = { 0 }; in get_dev_fd()
162 char devname[PATH_MAX] = { 0 }; in TEEC_InitializeContext()
Completed in 9 milliseconds