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

  /external/e2fsprogs/ext2ed/
main.c 61 int AllowMountedRead=0; /* Behavior when trying to open a mounted filesystem read-only */
75 int mounted=0; /* This is set when we find that the filesystem is mounted */ variable
  /system/core/fs_mgr/
fs_mgr.c 311 int mounted = 0; local
330 if (mounted) {
331 ERROR("%s(): skipping fstab dup mountpoint=%s rec[%d].fs_type=%s already mounted as %s.\n", __func__,
342 mounted = 1;
344 ERROR("%s(): Mounted %s on %s with fs_type=%s instead of %s\n", __func__,
358 if (!mounted) {
518 /* Skip mounting the root partition, as it will already have been mounted */
658 * If multiple fstab entries are to be mounted on "n_name", it will try to mount each one
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 1130 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 

Completed in 185 milliseconds