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 82 boolean mounted; field in class:ApplicationsState.AppEntry
111 if (this.label == null || !this.mounted) {
113 this.mounted = false;
116 this.mounted = true;
129 this.mounted = false;
133 } else if (!this.mounted) {
134 // If the app wasn't mounted but is now mounted, reload
137 this.mounted = true;
738 if (entry.icon == null || !entry.mounted) {
    [all...]

Completed in 761 milliseconds