Searched refs:path_prefix (Results 1 – 2 of 2) sorted by relevance
515 IOGetBootObjectsPath(char *path_prefix) in IOGetBootObjectsPath() argument529 bzero(path_prefix, MAXPATHLEN); in IOGetBootObjectsPath()531 memcpy(path_prefix, path_prefix_data->getBytesNoCopy(), length); in IOGetBootObjectsPath()533 path_prefix[MAXPATHLEN - 1] = '\0'; in IOGetBootObjectsPath()536 path_prefix = NULL; in IOGetBootObjectsPath()
531 graft_secureboot_read_fd(int fd, vfs_context_t vctx, const char *path_prefix, size_t *size, void *b… in graft_secureboot_read_fd() argument543 if (path_prefix) { in graft_secureboot_read_fd()549 if (strncmp(path, path_prefix, strlen(path_prefix))) { in graft_secureboot_read_fd()