Home
last modified time | relevance | path

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

/optee_client-3.20.0/tee-supplicant/src/
A Dtee_supp_fs.c55 static char tee_fs_root[PATH_MAX]; variable
81 if (!file || !out || (out_size <= strlen(tee_fs_root) + 1)) in tee_fs_get_absolute_filename()
84 s = snprintf(out, out_size, "%s%s", tee_fs_root, file); in tee_fs_get_absolute_filename()
96 fd = open(tee_fs_root, O_RDONLY | O_DIRECTORY); in fs_fsync()
149 n = snprintf(tee_fs_root, sizeof(tee_fs_root), "%s/", supplicant_params.fs_parent_path); in tee_supp_fs_init()
151 if (n >= sizeof(tee_fs_root)) in tee_supp_fs_init()
154 if (mkpath(tee_fs_root, mode) != 0) in tee_supp_fs_init()
646 if (!tee_fs_root[0]) { in tee_supp_fs_process()
649 tee_fs_root); in tee_supp_fs_process()
650 memset(tee_fs_root, 0, sizeof(tee_fs_root)); in tee_supp_fs_process()

Completed in 3 milliseconds