Searched refs:rootpath (Results 1 – 1 of 1) sorted by relevance
769 imgboot_get_apticket_path(const char *rootpath, size_t *sz) in imgboot_get_apticket_path() argument771 size_t plen = strlen(rootpath) + sizeof(APTICKET_NAME) + 1; in imgboot_get_apticket_path()777 strlcpy(path, rootpath, plen); in imgboot_get_apticket_path()792 authenticate_root_with_img4(const char *rootpath) in authenticate_root_with_img4() argument808 DBG_TRACE("Check %s\n", rootpath); in authenticate_root_with_img4()815 ticket_path = imgboot_get_apticket_path(rootpath, &ticket_pathsz); in authenticate_root_with_img4()829 vp = imgboot_get_image_file(rootpath, NULL, &rv); in authenticate_root_with_img4()