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

  /system/extras/tests/fstest/
mounts-test.sh 8 echo FAILURE: /sdcard is not mounted
17 echo FAILURE: /sdcard is not mounted $i
  /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...]
  /external/e2fsprogs/ext2ed/
general_com.c 160 if (mounted && !AllowMountedRead) {
161 wprintw (command_win,"Error - Filesystem is mounted, aborting\n");
166 if (mounted && AllowMountedRead) {
167 wprintw (command_win,"Warning - Filesystem is mounted. Displayed data may be unreliable.\n");
868 if (mounted) {
869 wprintw (command_win,"Error - Filesystem is mounted\n");
init.c 620 mounted=0;
623 wprintw (command_win,"Error - Failed to open /etc/mtab. Assuming filesystem is mounted.\n");
624 refresh_command_win ();mounted=1;return;
632 mounted=1;fclose (fp);return;
ext2ed.h 206 extern int mounted;
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
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 327 void updateExternalMediaStatus(boolean mounted, boolean reportStatus);
  /ndk/build/core/
init.mk 222 # except that the actual definition is built from the list of mounted
  /external/blktrace/doc/
blktrace.tex 110 the mount point set up -- mounted on the directory /sys/kernel/debug.
343 a file created in the mounted directory for the debugfs, which defaults
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]

Completed in 214 milliseconds