HomeSort by relevance Sort by last modified time
    Searched refs:mke2fs (Results 1 - 25 of 30) sorted by null

1 2

  /external/e2fsprogs/tests/
Makefile.in 16 test_one: $(srcdir)/test_one.in Makefile mke2fs.conf
29 test_script: test_one test_script.in Makefile mke2fs.conf
37 mke2fs.conf: $(srcdir)/mke2fs.conf.in
38 $(CP) $(srcdir)/mke2fs.conf.in mke2fs.conf
78 $(top_srcdir)/misc/mke2fs -j -F -N 256 ${TDIR}/image
99 $(RM) -f test_one test_script mke2fs.conf test_data.tmp
test_config 7 MKE2FS="$USE_VALGRIND ../misc/mke2fs"
43 MKE2FS_CONFIG=./mke2fs.conf
  /external/e2fsprogs/misc/
Makefile.in 35 SPROGS= mke2fs badblocks tune2fs dumpe2fs $(BLKID_PROG) logsave \
39 SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
44 FMANPAGES= mke2fs.conf.5 ext4.5
54 MKE2FS_OBJS= mke2fs.o util.o default_profile.o mk_hugefiles.o \
76 PROFILED_MKE2FS_OBJS= profiled/mke2fs.o profiled/util.o \
98 SRCS= $(srcdir)/tune2fs.c $(srcdir)/mklost+found.c $(srcdir)/mke2fs.c $(srcdir)/mk_hugefiles.c \
138 e2undo.profiled mke2fs.profiled dumpe2fs.profiled fsck.profiled \
147 mke2fs.conf: $(srcdir)/mke2fs.conf.in
148 if test -f $(srcdir)/mke2fs.conf.custom.in ; then
    [all...]
e2fuzz.sh 28 echo "-E: Extended mke2fs options."
34 echo "-p: Use system's mke2fs/e2fsck/tune2fs tools."
104 cat > /tmp/mke2fs.conf << ENDL
115 MKE2FS_CONFIG=/tmp/mke2fs.conf
128 mke2fs -F -v "${BASE_IMG}"
  /build/make/target/product/
base_vendor.mk 33 mke2fs \
base_system.mk 209 mke2fs \
295 mke2fs \
  /external/e2fsprogs/contrib/
dir2fs 7 echo "Usage: $0 dir [mke2fs args] dev"
13 # Goal: Put all the files at the beginning (which mke2fs does) and minimize
43 mke2fs -i "${ratio}" -T ext4 -d "${dir}" -O ^resize_inode,sparse_super2,metadata_csum,64bit,^has_journal -E packed_meta_blocks=1,num_backup_sb=0 -b "${block_sz}" -I "${inodesz}" -F "${dev}" "${mkfs_blocks}" || exit
  /external/e2fsprogs/resize/
test-resize 7 MKE2FS=mke2fs
13 $MKE2FS -F -t ext4 $FEATURE $FS
  /external/e2fsprogs/util/
gen-sample-fs 7 mke2fs -q -t ext4 -O inline_data,^has_journal -I 256 -b 4096 -N 64 $FS 256
gen-android-files 50 awk -f misc/profile-to-c.awk < misc/mke2fs.conf.in > misc/default_profile.c
  /external/e2fsprogs/
e2fsprogs.spec 21 filesystem inconsistencies after an unclean shutdown), mke2fs (used to
128 %{_root_sbindir}/mke2fs
129 %{_root_etcdir}/mke2fs.conf
157 %{_mandir}/man5/mke2fs.conf.5*
175 %{_mandir}/man8/mke2fs.8*
  /development/build/
sdk-windows-x86.atree 39 rm platform-tools/mke2fs
40 bin/mke2fs.exe strip platform-tools/mke2fs.exe
sdk.atree 47 bin/mke2fs strip platform-tools/mke2fs
48 bin/mke2fs.conf platform-tools/mke2fs.conf
    [all...]
  /device/generic/qemu/
qemu_base.mk 29 mke2fs \
  /device/generic/trusty/
qemu_trusty_base.mk 61 mke2fs \
  /external/e2fsprogs/tests/f_badsymlinks2/
mkimage.sh 111 mke2fs -O 'encrypt,^extents,^64bit' -b $BLOCKSIZE -I 256 image
  /external/e2fsprogs/tests/scripts/
mkdup 11 MKE2FS=./misc/mke2fs
15 echo $MKE2FS -F -t ext4 -L test $OPTS test.img $SIZE
16 $MKE2FS -F -t ext4 -L test $OPTS $IMG $SIZE
  /device/generic/goldfish/kernel-tests/
goldfish_kernel_tests_x86_64.mk 112 mke2fs \
  /external/e2fsprogs/debian/
rules 354 ${INSTALL} -m 0644 misc/mke2fs-hurd.conf ${tmpdir}/etc/mke2fs.conf
377 -a ! -name mke2fs -a ! -name tune2fs \
382 ln -sf mke2fs mkfs.ext2 ; ln -sf mke2fs mkfs.ext3 ; \
383 ln -sf mke2fs mkfs.ext4)
  /device/generic/uml/
uml.mk 136 mke2fs \
  /device/google/marlin/marlin/
BoardConfig.mk 195 # Use mke2fs to create ext4 images
  /device/google/marlin/sailfish/
BoardConfig.mk 194 # Use mke2fs to create ext4 images
  /external/e2fsprogs/debian/attic/libs/
rules 143 ln -s mke2fs.8 $(maindir)/usr/man/man8/mkfs.ext2.8
  /external/toybox/generated/
globals.h 703 // toys/pending/mke2fs.c
1421 struct mke2fs_data mke2fs; member in union:global_union
  /build/soong/apex/
apex.go 63 "${mke2fs}", "${resize2fs}", "${sefcontext_compile}",
134 pctx.HostBinToolVariable("mke2fs", "mke2fs")
    [all...]

Completed in 414 milliseconds

1 2