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

  /system/core/libappfuse/tests/
FuseBridgeLoopTest.cc 34 bool mounted; member in class:android::fuse::__anon114211::Callback
36 Callback() : mounted(false), closed(false) {}
38 void OnMount(int /*mount_id*/) override { mounted = true; }
142 EXPECT_TRUE(callback_.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)
246 if (cgrp_opt[i].mounted) {
278 * Only mount those subsystems, which are not mounted yet.
280 * code while mounting already mounted subsystems, but with
325 opt->mounted = 1;
  /system/core/fs_mgr/
fs_mgr.cpp 399 // Prepare the filesystem on the given block device to be mounted.
564 int mounted = 0; local
583 if (mounted) {
587 << " already mounted as "
606 mounted = 1;
608 LERROR << __FUNCTION__ << "(): Mounted " << fstab->recs[i].blk_device
635 if (!mounted) {
828 /* Skip mounting the root partition, as it will already have been mounted */
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 1229 public boolean mounted; field in class:ApplicationsState.AppEntry
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 635 milliseconds