HomeSort by relevance Sort by last modified time
    Searched defs:mounted (Results 1 - 2 of 2) 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
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 97 boolean mounted; field in class:ApplicationsState.AppEntry
128 if (this.label == null || !this.mounted) {
130 this.mounted = false;
133 this.mounted = true;
146 this.mounted = false;
150 } else if (!this.mounted) {
151 // If the app wasn't mounted but is now mounted, reload
154 this.mounted = true;
    [all...]

Completed in 41 milliseconds