Searched refs:path_local (Results 1 – 1 of 1) sorted by relevance
2953 char path_local[TEE_RPMB_FS_FILENAME_LENGTH]; in rpmb_fs_opendir() local2962 memset(path_local, 0, sizeof(path_local)); in rpmb_fs_opendir()2963 if (create_dirname(path_local, sizeof(path_local) - 1, uuid)) { in rpmb_fs_opendir()2967 len = strlen(path_local); in rpmb_fs_opendir()2970 if (path_local[len - 1] != '/') in rpmb_fs_opendir()2971 path_local[len] = '/'; in rpmb_fs_opendir()2980 res = rpmb_fs_dir_populate(path_local, rpmb_dir); in rpmb_fs_opendir()