/development/samples/Obb/res/values/ |
strings.xml | 24 <string name="unmount">Unmount</string> 33 <string name="failed_to_start_unmount">Failed to start unmount process...</string> 36 <string name="attempting_unmount">Attempting to unmount...</string>
|
/development/samples/Obb/res/layout/ |
obb_mount_activity.xml | 31 <Button android:id="@+id/unmount" 34 android:text="@string/unmount" />
|
/bootable/recovery/ |
roots.h | 37 // "/cache"), no paths permitted. Attempts to unmount the volume if
|
/development/ndk/platforms/android-9/include/android/ |
storage_manager.h | 64 * A call was made to unmount the OBB when it was not mounted. Can be 107 * Attempts to unmount an OBB file. This is an asynchronous operation.
|
/frameworks/base/native/include/android/ |
storage_manager.h | 64 * A call was made to unmount the OBB when it was not mounted. Can be 107 * Attempts to unmount an OBB file. This is an asynchronous operation.
|
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/ |
storage_manager.h | 64 * A call was made to unmount the OBB when it was not mounted. Can be 107 * Attempts to unmount an OBB file. This is an asynchronous operation.
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/ |
storage_manager.h | 64 * A call was made to unmount the OBB when it was not mounted. Can be 107 * Attempts to unmount an OBB file. This is an asynchronous operation.
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/ |
storage_manager.h | 64 * A call was made to unmount the OBB when it was not mounted. Can be 107 * Attempts to unmount an OBB file. This is an asynchronous operation.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
mount.h | 1 /* Header file for mounting/unmount Linux filesystems. 111 /* Unmount a filesystem. */ 114 /* Unmount a filesystem. Force unmounting if FLAGS is set to MNT_FORCE. */
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
Memory.java | 59 // Assumes no two successive unmount event on 2 different volumes are performed before the first 218 unmount(); method 272 // Informative dialog to user that unmount failed. 290 // removable: application cannot interfere with unmount 302 private void unmount() {
|
/system/vold/ |
CommandListener.cpp | 141 } else if (!strcmp(argv[1], "unmount")) { 145 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume unmount <path> [force|force_and_revert]", false); 331 } else if (!strcmp(argv[1], "unmount")) { 334 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec unmount <container-id> [force]", false); 415 } else if (!strcmp(argv[1], "unmount")) { 418 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: obb unmount <source file> [force]", false);
|
Volume.cpp | 583 SLOGW("Failed to unmount %s (%s, retries %d, action %d)", 590 SLOGE("Giving up on unmount %s (%s)", path, strerror(errno)); 598 SLOGE("Volume %s unmount request when not mounted", getLabel()); 619 * Unmount the tmpfs which was obscuring the asec image directory 624 SLOGE("Failed to unmount tmpfs on %s (%s)", SEC_STG_SECIMGDIR, strerror(errno)); 639 * Finally, unmount the actual block device from the staging dir 642 SLOGE("Failed to unmount %s (%s)", SEC_STGDIR, strerror(errno));
|
/frameworks/base/core/java/android/os/storage/ |
OnObbStateChangeListener.java | 58 * A call was made to unmount the OBB when it was not mounted. Returned in
|
StorageManager.java | 450 * Unmount an Opaque Binary Blob (OBB) file asynchronously. If the 452 * unmount the given OBB (even the calling application). 464 * @param force whether to kill any programs using this in order to unmount 467 * @return whether the unmount call was successfully queued or not
|
/development/samples/Obb/src/com/example/android/obbapp/ |
ObbMountActivity.java | 34 * provides two buttons: one to mount an OBB and another to unmount an OBB. The 58 ((Button) findViewById(R.id.unmount)).setOnClickListener(mUnmountListener);
|
/external/bluetooth/glib/gio/ |
glocaldirectorymonitor.c | 123 /* Emulate unmount detection */ 180 /* Emulate unmount detection */
|
gmount.h | 55 * @unmount: Starts unmounting a #GMount. 89 void (* unmount) (GMount *mount, member in struct:_GMountIface
|
/external/chromium/chrome/browser/chromeos/cros/ |
cryptohome_library.h | 88 // Asks cryptohomed to unmount the currently mounted cryptohome. 90 virtual bool Unmount() = 0;
|
mock_cryptohome_library.h | 68 MOCK_METHOD0(Unmount, bool(void));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
StorageNotification.java | 56 * - Media is safe to unmount 164 * want to display the 'safe to unmount' notification. 169 * The unmount was due to UMS being enabled. Dismiss any 176 * Show safe to unmount media notification, and enable UMS 193 * The unmount was due to UMS being enabled. Dismiss any
|
/bionic/libc/include/sys/ |
mount.h | 72 #define MNT_FORCE 1 /* Forcibly unmount */
|
/development/ndk/platforms/android-3/include/sys/ |
mount.h | 72 #define MNT_FORCE 1 /* Forcibly unmount */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
mount.h | 72 #define MNT_FORCE 1 /* Forcibly unmount */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
mount.h | 72 #define MNT_FORCE 1 /* Forcibly unmount */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
mount.h | 72 #define MNT_FORCE 1 /* Forcibly unmount */
|