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

  /external/e2fsprogs/ext2ed/
init.c 383 int ext2_detected=0; local
394 ext2_detected=1;
396 if (ext2_detected)
401 if (!ext2_detected && !ForceExt2)
404 if (ForceExt2 && !ext2_detected)
407 if (ForceDefault || !ext2_detected)
412 if (ext2_detected || ForceExt2) {
418 if (!ForceDefault && ext2_detected) {

Completed in 155 milliseconds