Searched refs:mount (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 364 final IMountService mount = IMountService.Stub.asInterface( in run() local 366 if (mount != null) { in run() 367 mount.shutdown(observer); in run()
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 297 if (TEMP_FAILURE_RETRY(mount(source, target, NULL, MS_BIND, NULL)) == -1) { in MountEmulatedStorage() 304 mount(source_user.string(), target_user.string(), NULL, MS_BIND, NULL)) == -1) { in MountEmulatedStorage() 316 mount(target_user.string(), legacy, NULL, MS_BIND | MS_REC, NULL)) == -1) { in MountEmulatedStorage()
|
/frameworks/base/docs/html/tools/help/ |
D | jobb.jd | 6 Opaque Binary Blob (OBB) format. You can download and mount these expansion files in your 66 <td>Set the minimum version for the application that can mount the OBB file, which corresponds
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 34 MOUNTBIN=`which mount`
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2417 final IMountService mount = IMountService.Stub.asInterface( in ensureDirsExistOrFilter() local 2421 res = mount.mkdirs(getPackageName(), dir.getAbsolutePath()); in ensureDirsExistOrFilter()
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | files.jd | 73 <li>It's not always available, because the user can mount the external storage as USB storage
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0-highlights.jd | 118 …files with a USB-connected camera or desktop computer, without needing to mount a USB mass-storage…
|
/frameworks/base/docs/html/google/play/ |
D | expansion-files.jd | 1174 your test device to your computer to mount the shared storage and manually create this
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 591 loading it in the emulator. To copy files, you can mount the image as a loop
|