HomeSort by relevance Sort by last modified time
    Searched full:mount_errno (Results 1 - 1 of 1) sorted by null

  /system/core/fs_mgr/
fs_mgr.cpp 565 int mount_errno = 0; local
599 mount_errno = EINVAL; // continue bootup for FDE
616 mount_errno = 0;
622 if (mount_errno == 0) {
623 mount_errno = errno;
639 errno = mount_errno;
808 int mount_errno = 0; local
886 mount_errno = errno;
    [all...]

Completed in 221 milliseconds