HomeSort by relevance Sort by last modified time
    Searched refs:fec_open (Results 1 - 3 of 3) sorted by null

  /system/extras/libfec/include/fec/
io.h 80 /* flags for fec_open */
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/core/fs_mgr/
fs_mgr_verity.cpp 584 if (fec_open(&f, fstab->blk_device, O_RDONLY, FEC_VERITY_DISABLE,
744 if (fec_open(&f, fstab->blk_device, O_RDONLY, FEC_VERITY_DISABLE,
  /system/extras/libfec/
fec_open.cpp 509 int fec_open(struct fec_handle **handle, const char *path, int mode, int flags, function

Completed in 383 milliseconds