OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROC_PARTITIONS
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/cgpt/
cgpt_find.c
169
#define
PROC_PARTITIONS
"/proc/partitions"
218
fp = fopen(
PROC_PARTITIONS
, "re");
220
perror("can't read "
PROC_PARTITIONS
);
/external/e2fsprogs/lib/blkid/
devname.c
265
#define
PROC_PARTITIONS
"/proc/partitions"
423
proc = fopen(
PROC_PARTITIONS
, "r");
Completed in 584 milliseconds