HomeSort by relevance Sort by last modified time
    Searched defs:fs_types (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/bin/
xfstest_util.py 22 fs_types={} variable in class:xfstests_env
24 def setup_partitions(self, job, fs_types, crypto=False,
39 self.fs_types = fs_types
82 for fs_type in self.fs_types:
  /external/ltp/lib/
tst_supported_fs_types.c 40 static const char *fs_types[ARRAY_SIZE(fs_type_whitelist)]; variable
114 fs_types[j++] = fs_type_whitelist[i];
117 return fs_types;
  /external/e2fsprogs/misc/
mke2fs.c 116 char **fs_types; variable
1294 if (!profile_has_subsection(profile, "fs_types", ext_type) &&
    [all...]

Completed in 416 milliseconds