• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Android.bpD23-Nov-20231.5 KiB5852

METADATAD23-Nov-202339 43

MODULE_LICENSE_BSDD23-Nov-20230

MakefileD23-Nov-2023773 2815

NOTICED23-Nov-20231.5 KiB2827

OWNERSD23-Nov-2023135 43

README.chromiumD23-Nov-2023631 1611

inherit-review-settings-okD23-Nov-20230

main.cD23-Nov-20233.9 KiB159130

rootdev.cD23-Nov-202312.2 KiB430301

rootdev.hD23-Nov-20233.2 KiB10126

rootdev_test.shD23-Nov-20236.8 KiB293239

README.chromium

1Chromium OS version of rootdev
2
3Inspired by git://git.debian.org/~lamont/util-linux.git / 717db2c8177203fe242ea35b31bc312abe9aa3c9
4
5Description: Performs operations to discover and annotate the root block device
6
7Prior to this commit, rootdev was derived from the above link.  However, it has
8been rewritten in its entirety and licensed as per LICENSE.
9
10chromeos-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