/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
mount.h | 44 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
mount.h | 44 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */
|
/system/core/fs_mgr/ |
fs_mgr_priv.h | 45 * mounted. It is passed directly to mount without being parsed
|
/system/core/libcutils/ |
android_reboot.c | 64 * repeatedly until there are no more writable filesystems mounted on
|
/docs/source.android.com/src/devices/tech/ota/ |
index.jd | 57 is mounted read-only; its contents change only during an OTA update.</dd> 61 operation, this partition is mounted read-only; its contents change only
|
/external/e2fsprogs/misc/ |
util.c | 146 _("while determining whether %s is mounted."), 151 fprintf(stderr, _("%s is mounted; "), device);
|
fsck.8.in | 237 Do not check mounted filesystems and return an exit code of 0 238 for mounted filesystems. 257 flag, skip the root file system (in case it's already mounted read-write).
|
blkid.c | 209 strcpy(mtpt, "(mounted, mtpt unknown)"); 213 strcpy(mtpt, "(not mounted)");
|
e2image.8.in | 63 options, the filesystem must be unmounted or be mounted read/only, in order 217 sparse image file where it can be loop mounted, or to a disk partition.
|
/external/squashfs-tools/ |
ACKNOWLEDGEMENTS | 86 to the identification of the simultaneously accessing multiply mounted Squashfs 108 block filesystems hung when used as a root filesystem mounted as a loopback
|
/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");
|
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
|
README | 129 1. Don't use ext2ed to change a mounted filesystem ! 131 Using ext2ed in read-only mode on a mounted filesystem can be allowed
|
/frameworks/base/docs/html/ndk/reference/ |
group___storage.jd | 160 <p>The OBB container is now mounted and ready for use. Can be returned as the status for callbacks made during asynchronous OBB actions. </p> 169 <p>The OBB could not be mounted by the system. Can be returned as the status for callbacks made during asynchronous OBB actions. </p> 175 <p>A call was made to unmount the OBB when it was not mounted. Can be returned as the status for callbacks made during asynchronous OBB actions. </p> 178 <p>The OBB has already been mounted. Can be returned as the status for callbacks made during asynchronous OBB actions. </p> 313 <p>Get the mounted path for an OBB. </p> 340 <p>Check whether an OBB is mounted. </p>
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
ApplicationsState.java | 1098 public boolean mounted; field in class:ApplicationsState.AppEntry [all...] |
/external/gptfdisk/ |
parttypes.cc | 126 AddType(0x8302, "933AC7E1-2EB4-4F13-B844-0E14E2AEF915", "Linux /home"); // Linux /home (auto-mounted by systemd) 127 AddType(0x8303, "44479540-F297-41B2-9AF7-D131D5F0458A", "Linux x86 root (/)"); // Linux / on x86 (auto-mounted by systemd) 128 AddType(0x8304, "4F68BCE3-E8CD-4DB1-96E7-FBCAF984B709", "Linux x86-64 root (/)"); // Linux / on x86-64 (auto-mounted by systemd) 129 AddType(0x8305, "B921B045-1DF0-41C3-AF44-4C6F280D3FAE", "Linux ARM64 root (/)"); // Linux / on 64-bit ARM (auto-mounted by systemd) 130 AddType(0x8306, "3B8F8425-20E0-4F3B-907F-1A25A76F98E8", "Linux /srv"); // Linux /srv (auto-mounted by systemd)
|
/external/e2fsprogs/e2fsck/ |
e2fsck.8.in | 55 on mounted filesystems. The only exception is if the 66 are not valid if the filesystem is mounted. If 68 asks whether or not you should check a filesystem which is mounted,
|
/external/e2fsprogs/lib/ext2fs/ |
mkjournal.c | 490 * POSIX routines if the filesystem is mounted, or using direct I/O 537 /* Note that we can't do lazy journal initialization for mounted 540 * support that, and creating a journal on a mounted ext2
|
/external/f2fs-tools/lib/ |
libf2fs.c | 389 ret = is_mounted(MOUNTED, c->device_name); 391 MSG(0, "\tError: Not available on mounted device!\n"); 401 MSG(0, "\tError: Not available on mounted device!\n");
|
/system/vold/ |
VolumeManager.cpp | 82 * Path to where secure containers are mounted 87 * Path to where OBBs are mounted 261 // storage; the framework will decide if it should be mounted. 987 SLOGE("ASEC %s mounted. Unmount before resizing", id); [all...] |
/external/selinux/libselinux/src/ |
load_policy.c | 373 /* First make sure /sys is mounted */ 410 * already mounted and selinuxmnt set above.
|
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayDeviceInfo.java | 47 * The flag should not be set when the display device is mounted in a fixed orientation 208 * that has been mounted sideways to appear to be portrait rather than landscape.
|
/cts/tests/tests/os/src/android/os/cts/ |
FileAccessPermissionTest.java | 32 * <LI><B>/system should be mounted read-only</B><BR> <LI><B>applications should
|
/dalvik/libdex/ |
CmdUtils.cpp | 137 * or because the volume is mounted read-only). On desktop
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/ |
CameraHelper.java | 147 // To be safe, you should check that the SDCard is mounted
|