HomeSort by relevance Sort by last modified time
    Searched defs:mounted (Results 1 - 3 of 3) 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 306 int mounted = 0; local
325 if (mounted) {
326 ERROR("%s(): skipping fstab dup mountpoint=%s rec[%d].fs_type=%s already mounted as %s.\n", __func__,
337 mounted = 1;
339 ERROR("%s(): Mounted %s on %s with fs_type=%s instead of %s\n", __func__,
353 if (!mounted) {
647 * 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 1098 public boolean mounted; field in class:ApplicationsState.AppEntry
    [all...]

Completed in 477 milliseconds