OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unmountVolume
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java
156
mountService.
unmountVolume
(extStoragePath, true, mFactoryReset);
/frameworks/base/libs/storage/
IMountService.cpp
160
int32_t
unmountVolume
(const String16& mountPoint, const bool force, const bool removeEncryption)
168
ALOGD("
unmountVolume
could not contact remote\n");
173
ALOGD("
unmountVolume
caught exception %d\n", err);
/frameworks/base/core/java/android/os/storage/
IMountService.java
170
public void
unmountVolume
(String mountPoint, boolean force, boolean removeEncryption)
[
all
...]
/system/vold/
VolumeManager.cpp
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_manager.js
[
all
...]
/frameworks/base/services/java/com/android/server/
MountService.java
[
all
...]
Completed in 437 milliseconds