OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unmountAsec
(Results
1 - 3
of
3
) sorted by null
/system/vold/
VolumeManager.h
95
int
unmountAsec
(const char *id, bool force);
VolumeManager.cpp
466
int VolumeManager::
unmountAsec
(const char *id, bool force) {
589
if (
unmountAsec
(id, force)) {
1165
if (
unmountAsec
(cd->id, force)) {
[
all
...]
CommandListener.cpp
341
rc = vm->
unmountAsec
(argv[2], force);
Completed in 53 milliseconds