Home
last modified time | relevance | path

Searched refs:PROC_PARTITIONS (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/cgpt/
Dcgpt_find.c169 #define PROC_PARTITIONS "/proc/partitions" macro
218 fp = fopen(PROC_PARTITIONS, "re"); in scan_real_devs()
220 perror("can't read " PROC_PARTITIONS); in scan_real_devs()
/external/e2fsprogs/lib/blkid/
Ddevname.c268 #define PROC_PARTITIONS "/proc/partitions" macro
426 proc = fopen(PROC_PARTITIONS, "r"); in probe_all()