HomeSort by relevance Sort by last modified time
    Searched refs:filesystems (Results 1 - 21 of 21) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fc.c 44 fc->filesystems = ffsb_malloc(sizeof(ffsb_fs_t) * num_fs);
56 fc->filesystems = fs;
63 destroy_ffsb_fs(&fc->filesystems[i]);
69 free(fc->filesystems);
91 return &fc->filesystems[num];
ffsb.h 70 struct ffsb_fs *filesystems; member in struct:ffsb_config
main.c 109 fs_print_config(&fc.filesystems[i]);
111 &fc.filesystems[i]);
parser.c 864 ffsb_fs_t *fs = &fc->filesystems[num];
1024 fc->filesystems = ffsb_malloc(sizeof(ffsb_fs_t) * fc->num_filesys);
  /external/ltp/testcases/kernel/fs/ext4-new-features/
ext4_funcs.sh 36 EXT4_KERNEL_SUPPORT=`grep -w ext4 /proc/filesystems | cut -f2`
  /external/ltp/testcases/kernel/controllers/freezer/
run_freezer.sh 78 cat /proc/filesystems | grep -E '\bcgroup\b' > /dev/null 2>&1 || {
  /system/core/sdcard/
sdcard.cpp 50 std::string filesystems; local
51 if (!android::base::ReadFileToString("/proc/filesystems", &filesystems)) {
52 PLOG(ERROR) << "Could not read /proc/filesystems";
55 for (const auto& fs : android::base::Split(filesystems, "\n")) {
  /external/ltp/testcases/kernel/tracing/dynamic_debug/
dynamic_debug01.sh 55 if ! grep -q debugfs /proc/filesystems ; then
  /frameworks/base/tools/obbtool/
mkobb.sh 59 if ! egrep -q "^\s*${FS}$" /proc/filesystems; then \
  /external/ltp/testscripts/
autofs1.sh 86 grep autofs /proc/filesystems
autofs4.sh 81 grep autofs /proc/filesystems >/dev/null 2>&1
ltp-aiodio.sh 42 -o = optional partition allows some of the tests to utilize multiple filesystems to further stress AIO/DIO
48 -a = test all supported filesystems, this will override any other filesystem flags passed.
92 echo "testing ALL supported filesystems"
124 echo " ** You must pass at least 2 filesystems to run an extended AIO stress test **"
129 echo "No filesystems passed to test"
  /external/ltp/lib/
tst_test.c 1034 const char *const *filesystems = tst_get_supported_fs_types(); local
1036 if (!filesystems[0])
1037 tst_brk(TCONF, "There are no supported filesystems");
1039 for (i = 0; filesystems[i]; i++) {
1040 tdev.fs_type = filesystems[i];
  /external/syslinux/
syslinux.spec 35 filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots
  /libcore/
JavaLibrary.mk 132 # Build a library just containing files from luni/src/test/filesystems for use in tests.
134 LOCAL_SRC_FILES := $(call all-java-files-under, luni/src/test/filesystems/src)
135 LOCAL_JAVA_RESOURCE_DIRS := luni/src/test/filesystems/resources
  /external/autotest/server/hosts/
cros_repair.py 144 return 'The stateful filesystems are writable'
  /build/soong/ui/build/
build.go 102 ctx.Fatalln("Case-insensitive filesystems not supported")
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
cpuset_memory_testset.sh 154 local fssupport=$(grep -w hugetlbfs /proc/filesystems 2>/dev/null | cut -f2)
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
zipfs.jar 
  /external/autotest/client/bin/
partition.py 60 # list mounted filesystems
278 def filesystems(): function
280 Return a list of all available filesystems
282 return [re.sub('(nodev)?\s*', '', fs) for fs in open('/proc/filesystems')]
335 Run a test that requires multiple partitions. Filesystems will be
337 filesystems will be unmounted and optionally fsck'd.
373 Class for handling partitions and filesystems

Completed in 447 milliseconds