Searched refs:fec_open (Results 1 – 5 of 5) sorted by relevance
/system/extras/libfec/test/ |
D | fec_unittest.cpp | 134 ASSERT_EQ(0, fec_open(&handle, verity_image.path, O_RDONLY, FEC_FS_EXT4, 2)); in TEST_F() 170 ASSERT_EQ(0, fec_open(&handle, verity_image.path, O_RDONLY, FEC_FS_EXT4, 2)); in TEST_F() 213 fec_open(&handle, verity_image.path, O_RDONLY, FEC_FS_EXT4, 2)); in TEST_F() 227 ASSERT_EQ(0, fec_open(&handle, avb_image.path, O_RDWR, FEC_FS_EXT4, 2)); in TEST_F() 266 ASSERT_EQ(0, fec_open(&handle, avb_image.path, O_RDWR, FEC_FS_EXT4, 2)); in TEST_F() 289 ASSERT_EQ(0, fec_open(&handle, avb_image.path, O_RDWR, FEC_FS_EXT4, 2)); in TEST_F()
|
/system/extras/libfec/include/fec/ |
D | io.h | 90 extern int fec_open(struct fec_handle **f, const char *path, int mode, 139 int rc = fec_open(&fh, fn.c_str(), mode, flags, roots);
|
/system/extras/libfec/ |
D | Android.bp | 14 "fec_open.cpp",
|
D | fec_open.cpp | 499 int fec_open(struct fec_handle **handle, const char *path, int mode, int flags, in fec_open() function
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.cpp | 393 if (fec_open(&f, entry->blk_device.c_str(), O_RDONLY, FEC_VERITY_DISABLE, FEC_DEFAULT_ROOTS) < in fs_mgr_setup_verity()
|