HomeSort by relevance Sort by last modified time
    Searched full:mounted (Results 326 - 350 of 557) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/os/storage/
IMountService.java 369 * Returns true if the specified container is mounted
411 * Returns the filesystem path of a mounted secure container.
538 * Checks whether the specified Opaque Binary Blob (OBB) is mounted
559 * Gets the path to the mounted Opaque Binary Blob (OBB).
782 * Returns the filesystem path of a mounted secure container.
    [all...]
VolumeInfo.java 46 * Information about a storage volume that may be mounted. A volume may be a
50 * Volumes may be mounted with various flags:
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 108 // If the app wasn't mounted but is now mounted, reload
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 110 // If the app wasn't mounted but is now mounted, reload
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 183 mounted the requiste filesytem for reading/writing. This implements the
409 which is initially mounted read-only, then the output will be saved in
unix.c 235 _("while determining whether %s is mounted."),
241 * If the filesystem isn't mounted, or it's the root
242 * filesystem and it's mounted read-only, and we're not doing
258 "mounted" : "in use");
263 ctx->mount_flags & EXT2_MF_MOUNTED ? "mounted" : "in use");
268 "The filesystem is mounted. "
372 reason = _(" has been mounted %u times without being checked");
    [all...]
  /frameworks/base/docs/html/guide/topics/data/
install-location.jd 68 as the external storage is mounted on the device.</li>
166 before the external storage is mounted to the device. If your application is installed on the
  /frameworks/base/docs/html/training/displaying-bitmaps/
cache-bitmap.jd 279 // but if not mounted, falls back on internal storage.
281 // Check if media is mounted or storage is built-in, if so, try and use external cache dir
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 94 // Make sure the sdcard is mounted.
97 Slog.w(TAG, "Make sure sdcard is mounted.");
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 265 // If the app wasn't mounted but is now mounted, reload
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 372 // Check if external storage is mounted
374 Log.e(TAG, "External storage is not mounted!");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fs.h 191 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */
246 * Unfortunately, it is possible to change a filesystems flags with it mounted
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 193 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */
253 * Unfortunately, it is possible to change a filesystems flags with it mounted
  /system/core/init/
property_service.cpp 512 /* When booting an encrypted system, /data is not mounted when the
515 * has mounted /data.
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 70 // We might want to move this to /sdcard, if is is mounted/writable.
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 760 assertTrue("/system is not mounted read-only", (vfs.f_flag & OsConstants.ST_RDONLY) != 0);
765 assertTrue("rootfs is not mounted read-only", (vfs.f_flag & OsConstants.ST_RDONLY) != 0);
770 assertTrue("/data is not mounted NOSUID", (vfs.f_flag & OsConstants.ST_NOSUID) != 0);
771 assertTrue("/data is not mounted NODEV", (vfs.f_flag & OsConstants.ST_NODEV) != 0);
    [all...]
  /docs/source.android.com/src/devices/tech/security/encryption/
index.jd 96 <p>In order to encrypt, decrypt or wipe <code>/data</code>, <code>/data</code> must not be mounted. However, in order to show any user interface (UI), the
97 framework must start and the framework requires <code>/data</code> to run. To resolve this conundrum, a temporary filesystem is mounted on <code>/data</code>. This allows Android to prompt for passwords, show progress, or suggest a data
105 <li><code>late_start</code>: Does not start until after <code>/data</code> has been decrypted and mounted.
256 cannot be mounted and one of the flags <code>encryptable</code> or
  /external/blktrace/
README 42 -r Path to mounted debugfs, defaults to /sys/kernel/debug.
  /external/blktrace/doc/
blktrace.8 30 the mounted directory for the debugfs, which defaults to
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 147 N_( "Can't check if filesystem is mounted due to missing mtab file"),
ext2_err.et.in 420 "Can't check if filesystem is mounted due to missing mtab file"
  /external/e2fsprogs/tests/m_quota/
expect.1 33 Last mounted on: <not available>
  /external/e2fsprogs/tests/m_uninit/
expect.1 29 Last mounted on: <not available>
  /external/kernel-headers/original/uapi/linux/
fs.h 73 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */
  /external/linux-tools-perf/src/tools/perf/Documentation/
perf-stat.txt 89 in per-cpu mode. The cgroup filesystem must be mounted. All threads belonging to

Completed in 958 milliseconds

<<11121314151617181920>>