Searched refs:mkfs (Results 1 - 13 of 13) sorted by relevance

/external/f2fs-tools/man/
H A DMakefile.am3 dist_man_MANS = mkfs.f2fs.8
/external/f2fs-tools/
H A DMakefile.am5 SUBDIRS = man lib mkfs fsck tools
H A DAndroid.mk17 mkfs/f2fs_format.c \
18 mkfs/f2fs_format_utils.c \
23 LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/mkfs
31 mkfs/f2fs_format.c \
32 mkfs/f2fs_format_utils.c \
37 LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/mkfs
45 mkfs/f2fs_format.c \
50 LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/mkfs
62 LOCAL_MODULE := mkfs.f2fs
64 # mkfs
[all...]
/external/f2fs-tools/mkfs/
H A DMakefile.am5 sbin_PROGRAMS = mkfs.f2fs
/external/strace/qemu_multiarch_testing/
H A Dmake-hdc-img.sh25 mkfs.ext3 -q -F -b 1024 -i 4096 hdc.img
/external/toybox/tests/
H A Dmount.test19 mkfs.ext3 $tmp_b_fs >/dev/null 2>&1
/external/autotest/client/tests/parallel_dd/
H A Dparallel_dd.py113 self.fs.mkfs(self.fstype)
141 self.fs.mkfs(self.old_fstype)
/external/e2fsprogs/misc/
H A DMakefile.in449 $(ES) " LINK $(root_sbindir)/mkfs.$$i"; \
451 $(LN) $(LINK_INSTALL_FLAGS) mke2fs mkfs.$$i); \
475 $(Q) $(RM) -f $(DESTDIR)$(man8dir)/mkfs.ext2.8.gz \
476 $(DESTDIR)$(man8dir)/mkfs.ext3.8.gz
478 $(ES) " LINK mkfs.$$i.8"; \
480 $(LN) $(LINK_INSTALL_FLAGS) mke2fs.8 mkfs.$$i.8); \
550 $(RM) -f $(DESTDIR)$(root_sbindir)/mkfs.ext2 \
551 $(DESTDIR)$(root_sbindir)/mkfs.ext3 \
552 $(DESTDIR)$(root_sbindir)/mkfs.ext4 \
553 $(DESTDIR)$(root_sbindir)/mkfs
[all...]
/external/e2fsprogs/debian/attic/libs/
H A Drules143 ln -s mke2fs.8 $(maindir)/usr/man/man8/mkfs.ext2.8
/external/blktrace/doc/
H A Dblktrace.tex237 % mkfs -t ext3 /dev/adb3/vol
270 8,32 1 1 0.000000000 9728 G R 384 + 32 [mkfs.ext3]
271 8,32 1 2 0.000001959 9728 P R [mkfs.ext3]
272 8,32 1 3 0.000002446 9728 Q R 384 + 32 [mkfs.ext3]
273 8,32 1 4 0.000005110 9728 D R 384 + 32 [mkfs.ext3]
275 8,224 3 1 0.021658989 9728 G R 384 + 32 [mkfs.ext3]
/external/e2fsprogs/debian/
H A Drules449 ln -sf mke2fs mkfs.ext2 ; ln -sf mke2fs mkfs.ext3 ; \
450 ln -sf mke2fs mkfs.ext4)
/external/autotest/client/bin/
H A Dpartition.py19 # future that actually uses the encapsulated data (say to run mkfs) rather
31 @param mkfs_flags: Optional. Additional command line options to mkfs.
447 self.mkfs()
455 Executes a test fs-style (umount,mkfs,mount,test)
532 Return the proper mkfs executable based on fs
535 if os.path.exists('/sbin/mkfs.ext4'):
536 return 'mkfs'
539 auto_mkfs = os.path.join(self.job.toolsdir, 'mkfs.ext4dev')
543 return 'mkfs'
549 def mkfs(sel member in class:partition
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex374 mkfs.ext3 0.000000778 0.000009074 1.797176188 1899371
891 would be \texttt{"-e mkfs.ext3,mount"}.

Completed in 1107 milliseconds