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

  /bootable/recovery/
fsck_unshare_blocks.cpp 124 bool mounted = ensure_path_mounted_at(system_root, "/mnt/system") != -1; local
127 if (!mounted) {
  /external/e2fsprogs/ext2ed/
main.c 62 int AllowMountedRead=0; /* Behavior when trying to open a mounted filesystem read-only */
76 int mounted=0; /* This is set when we find that the filesystem is mounted */ variable
  /external/ltp/testcases/kernel/controllers/cgroup_xattr/
cgroup_xattr.c 54 int mounted; member in struct:cgrp_option
183 tst_brkm(TCONF, cleanup, "Nothing mounted");
191 if (!cgrp_opt[i].mounted)
242 if (cgrp_opt[i].mounted) {
271 * Only mount those subsystems, which are not mounted yet.
273 * code while mounting already mounted subsystems, but with
318 opt->mounted = 1;
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap05.c 72 static int mounted, restore_shmmax, restore_nr_hgpgs, restore_overcomm_hgpgs; variable
188 if (mounted)
256 mounted = 1;

Completed in 872 milliseconds