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

  /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...]
  /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 613 mounted=0;
616 wprintw (command_win,"Error - Failed to open /etc/mtab. Assuming filesystem is mounted.\n");
617 refresh_command_win ();mounted=1;return;
625 mounted=1;fclose (fp);return;
ext2ed.h 202 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 447 void updateExternalMediaStatus(boolean mounted, boolean reportStatus);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /ndk/build/core/
init.mk 397 # 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...]

Completed in 379 milliseconds