Home | History | Annotate | Download | only in bin

Lines Matching refs:mkfs

19     # 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(self, fstype=None, args='', record=True):
554 @param args: arguments to be passed to mkfs command.
555 @param record: if set, output result of mkfs operation to autotest
575 # BAH. Inconsistent mkfs syntax SUCKS.
611 Return the proper mkfs executable based on self.fstype