Searched refs:rootpath (Results 1 – 1 of 1) sorted by relevance
813 imgboot_get_apticket_path(const char *rootpath, size_t *sz) in imgboot_get_apticket_path() argument815 size_t plen = strlen(rootpath) + sizeof(APTICKET_NAME) + 1; in imgboot_get_apticket_path()821 strlcpy(path, rootpath, plen); in imgboot_get_apticket_path()836 authenticate_root_with_img4(const char *rootpath) in authenticate_root_with_img4() argument852 DBG_TRACE("Check %s\n", rootpath); in authenticate_root_with_img4()854 ticket_path = imgboot_get_apticket_path(rootpath, &ticket_pathsz); in authenticate_root_with_img4()868 vp = imgboot_get_image_file(rootpath, NULL, &rv); in authenticate_root_with_img4()