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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/samples/
filesystem 14 part.mkfs(fstype)
17 job.run_test('fsx', dir=part.mountpoint, tag=fstype)
18 job.run_test('iozone', dir=part.mountpoint, tag=fstype)
19 job.run_test('dbench', dir=part.mountpoint, tag=fstype)
24 for fstype in ('ext2', 'ext3', 'jfs', 'xfs', 'reiserfs'):
control.fs 20 partition.mkfs(fstype)
23 job.run_test('fsx', dir=partition.mountpoint, tag=fstype)
24 job.run_test('iozone', dir=partition.mountpoint, tag=fstype)
25 job.run_test('dbench', dir=partition.mountpoint, tag=fstype)
31 for fstype in ('ext2', 'ext3', 'jfs', 'xfs', 'reiserfs'):
control.fs_options 22 for fstype, mountopts, tag in (('ext2', '', 'ext2'),
28 partition.mkfs(fstype)
  /packages/services/Car/car-lib/src/android/car/storagemonitoring/
LifetimeWriteInfo.java 47 public final String fstype; field in class:LifetimeWriteInfo
50 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) {
52 this.fstype = Objects.requireNonNull(fstype);
61 this.fstype = in.readString();
67 fstype = in.getString("fstype");
75 dest.writeString(fstype);
82 jsonWriter.name("fstype").value(fstype);
    [all...]
  /external/toybox/tests/
fstype.test 10 testing "file" "fstype temp.img" 'squashfs\n' "" ""
15 testing "$i" 'bzcat "$BDIR"/$i.bz2 | fstype -' "$i\n" "" ""
18 testing "msdos" 'bzcat "$BDIR"/msdos.bz2 | fstype -' 'vfat\n' "" ""
19 testing "reiserfs" 'bzcat "$BDIR"/reiser3.bz2 | fstype -' 'reiserfs\n' "" ""
  /external/strace/tests/
mount.c 50 static const char fstype[] = "mount_fstype"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstype, MS_REMOUNT, data)
    [all...]
  /external/strace/tests-m32/
mount.c 50 static const char fstype[] = "mount_fstype"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstype, MS_REMOUNT, data)
    [all...]
  /external/strace/tests-mx32/
mount.c 50 static const char fstype[] = "mount_fstype"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstype, MS_REMOUNT, data)
    [all...]
  /external/ltp/testcases/kernel/fs/fs_maim/
partbeat 32 $fstype=$ARGV[2];
35 if ($fstype =~ /jfs\b/i) {
38 elsif ($fstype =~ /ext2\b/i) {
41 elsif ($fstype =~ /ext3\b/i) {
44 elsif ($fstype =~ /reiserfs\b/i) {
53 $tmp=`fsck -t $fstype -a $target`;
62 $tmp=`mount -t $fstype $target $device`;
73 $tmp=`fsck -t $fstype -a $target`;
76 `mount -t $fstype $target $device`;
  /external/freetype/src/base/
ftfstype.c 5 /* FreeType utility file to access FSType data (body). */
52 /* look at FSType before fsType for Type42 */
56 return os2->fsType;
  /external/autotest/client/tests/fsfuzzer/
fsfuzzer.py 21 def run_once(self, fstype = 'iso9660'):
22 args = fstype + ' 1'
  /external/autotest/client/tests/parallel_dd/
control 14 job.run_test('parallel_dd', fs=fs, fstype='ext2', iterations=5, megabytes=1000, streams=2)
parallel_dd.py 9 def initialize(self, fs, fstype = 'ext2', megabytes = 1000, streams = 2,
15 self.fstype = fstype
23 self.old_fstype = self.fstype
89 fstype = line.split()[2]
90 logging.debug('Found %s is type %s from %s', device, fstype, file)
91 return fstype
113 self.fs.mkfs(self.fstype)
  /external/autotest/client/tests/flail/
flail.py 34 def run_once(self, fstype = 'iso9660'):
38 @param fstype: Filesystem type you wish to run flail on.
40 args = fstype + ' 1'
  /external/ltp/testcases/kernel/syscalls/mount/
mount05.c 46 static char *fstype = "ext2"; variable
54 {"T:", NULL, &fstype},
71 TEST(mount(mntpoint_src, mntpoint_des, fstype, MS_BIND, NULL));
107 tst_mkfs(NULL, device, fstype, NULL, NULL);
109 SAFE_MOUNT(cleanup, device, mntpoint_src, fstype, 0, NULL);
  /external/autotest/client/bin/
partition.py 24 __slots__ = ('fstype', 'mkfs_flags', 'mount_options', 'fs_tag')
26 def __init__(self, fstype, fs_tag, mkfs_flags=None, mount_options=None):
30 @param fstype: The filesystem type ('ext2', 'ext4', 'xfs', etc.)
37 if not fstype or not fs_tag:
39 self.fstype = fstype
46 val = ('FsOptions(fstype=%r, mkfs_flags=%r, '
48 (self.fstype, self.mkfs_flags,
387 self.fstype = None
408 self.fstype = fs_options.fstyp
    [all...]
  /external/ltp/testcases/kernel/fs/fs_readonly/
test_robind.sh 196 for fstype in $FSTYPES; do
197 if [ "$fstype" = "reiserfs" ]; then
199 elif echo "$fstype" | grep -q "ext"; then
201 elif [ "$fstype" = "xfs" ]; then
203 elif [ "$fstype" = "btrfs" ]; then
207 if [ "$fstype" != "ramfs" ]; then
208 tst_mkfs $fstype $device $opts
211 mount -t $fstype $device dir1
237 testdir dir1 $fstype false
238 testdir dir2-bound $fstype fals
    [all...]
  /external/toybox/toys/other/
blkid.c 8 USE_FSTYPE(NEWTOY(fstype, "<1", TOYFLAG_BIN))
18 config FSTYPE
19 bool "fstype"
22 usage: fstype DEV...
30 struct fstype { struct
36 static const struct fstype fstypes[] = {
75 for (i=0; i < sizeof(fstypes)/sizeof(struct fstype); i++) {
109 // Output for fstype
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixMountEntry.java 35 private byte[] fstype; // ufs, nfs, ... field in class:UnixMountEntry
49 String fstype() { method in class:UnixMountEntry
51 fstypeAsString = Util.toString(fstype);
  /external/iproute2/lib/
fs.c 33 /* return mount path of first occurrence of given fstype */
37 char fstype[128]; /* max length of any filesystem name */ local
49 path, fstype) == 2) {
50 if (strcmp(fstype, fs_to_find) == 0) {
  /external/syslinux/utils/
mkdiskimage.in 200 $fstype = 0x0e;
202 $fstype = 0x06;
204 $fstype = 0x04;
208 print OUTPUT pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
290 $fstype = 0x0c; # FAT32 LBA
292 $fstype = 0x0b;
296 $fstype = 0x0e; # FAT16 LBA
298 $fstype = 0x06; # FAT16 > 32MB
300 $fstype = 0x04; # FAT16 <= 32MB
307 $fstype = 0x01; # FAT1
    [all...]
  /external/skia/src/core/
SkTypeface.cpp 297 SkOTTableOS2::Version::V2::Type::Field fsType;
299 constexpr size_t fsTypeOffset = offsetof(SkOTTableOS2::Version::V2, fsType);
300 if (this->getTableData(os2Tag, fsTypeOffset, sizeof(fsType), &fsType) == sizeof(fsType)) {
301 if (fsType.Bitmap || (fsType.Restricted && !(fsType.PreviewPrint || fsType.Editable))) {
304 if (fsType.NoSubsetting)
    [all...]
  /external/skqp/src/core/
SkTypeface.cpp 297 SkOTTableOS2::Version::V2::Type::Field fsType;
299 constexpr size_t fsTypeOffset = offsetof(SkOTTableOS2::Version::V2, fsType);
300 if (this->getTableData(os2Tag, fsTypeOffset, sizeof(fsType), &fsType) == sizeof(fsType)) {
301 if (fsType.Bitmap || (fsType.Restricted && !(fsType.PreviewPrint || fsType.Editable))) {
304 if (fsType.NoSubsetting)
    [all...]
  /external/autotest/client/cros/
liststorage.py 121 def get_partition_info(part_path, bus, model, partid=None, fstype=None,
136 @param fstype: filesystem type, if present
152 if not fstype:
153 fstype = info.get('ID_FS_TYPE', None)
181 # proc_fstype instead of fstype)
184 dev['fstype'] = proc_fstype
209 dev['fstype'] = fstype
281 print ("%(device)s %(bus)s %(model)s %(size)d %(fs_uuid)s %(fstype)s "
  /libcore/ojluni/src/main/native/
LinuxNativeDispatcher.c 76 entry_fstype = (*env)->GetFieldID(env, clazz, "fstype", "[B");
184 char* fstype; local
192 fstype = m->mnt_type;
209 len = strlen(fstype);
213 (*env)->SetByteArrayRegion(env, bytes, 0, len, (jbyte*)fstype);

Completed in 981 milliseconds

1 2 3 4 5 6 7 8 91011>>