OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:formatVolume
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/storage/
IMountService.cpp
179
int32_t
formatVolume
(const String16& mountPoint)
185
ALOGD("
formatVolume
could not contact remote\n");
190
ALOGD("
formatVolume
caught exception %d\n", err);
/frameworks/base/core/java/android/os/storage/
IMountService.java
191
public int
formatVolume
(String mountPoint) throws RemoteException {
[
all
...]
/system/vold/
VolumeManager.cpp
171
int VolumeManager::
formatVolume
(const char *label, bool wipe) {
[
all
...]
/frameworks/base/services/java/com/android/server/
MountService.java
[
all
...]
Completed in 538 milliseconds