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

  /external/e2fsprogs/lib/blkid/
devname.c 369 FILE *procpt; local
372 procpt = fopen(PROC_EVMS_VOLUMES, "r");
373 if (!procpt)
375 while (fgets(line, sizeof(line), procpt)) {
387 fclose(procpt);

Completed in 2656 milliseconds