Searched defs:load_verity_table (Results 1 - 2 of 2) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr_avb.cpp304 static bool load_verity_table(struct dm_ioctl* io, const std::string& dm_device_name, int fd, function
382 if (!load_verity_table(io, mount_point, fd, hashtree_desc.image_size, verity_table)) {
H A Dfs_mgr_verity.cpp253 static int load_verity_table(struct dm_ioctl *io, const std::string &name, function
863 if (load_verity_table(io, mount_point, verity.data_size, fd, &params,
873 if (load_verity_table(io, mount_point, verity.data_size, fd, &params,
880 if (load_verity_table(io, mount_point, verity.data_size, fd, &params,
890 if (load_verity_table(io, mount_point, verity.data_size, fd, &params,

Completed in 60 milliseconds