Home | History | Annotate | only in /external/rootdev
Up to higher level directory
NameDateSize
Android.mk05-Oct-20171.2K
inherit-review-settings-ok05-Oct-20170
main.c05-Oct-20173.9K
Makefile05-Oct-2017773
MODULE_LICENSE_BSD05-Oct-20170
NOTICE05-Oct-20171.5K
README.chromium05-Oct-2017631
rootdev.c05-Oct-201712.2K
rootdev.h05-Oct-20173.2K
rootdev_test.sh05-Oct-20176.8K

README.chromium

      1 Chromium OS version of rootdev
      2 
      3 Inspired by git://git.debian.org/~lamont/util-linux.git / 717db2c8177203fe242ea35b31bc312abe9aa3c9
      4 
      5 Description: Performs operations to discover and annotate the root block device
      6 
      7 Prior to this commit, rootdev was derived from the above link.  However, it has
      8 been rewritten in its entirety and licensed as per LICENSE.
      9 
     10 chromeos-rootdev:
     11 - Provides core functionality in a library: librootdev
     12 - Walks sysfs to discover the block devices
     13 - Supports resolving through to /sys/block/XXX/slaves/*/dev devices
     14 - Will test and, optionally, symlink to the /dev entry for standard devices.
     15 - Is testable.
     16