OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMountpoint
(Results
1 - 4
of
4
) sorted by null
/system/vold/
Volume.cpp
188
getMountpoint
(), oldState, stateToStr(oldState), mState,
216
if (isMountpointMounted(
getMountpoint
())) {
293
bool primaryStorage = externalStorage && !strcmp(
getMountpoint
(), externalStorage);
309
getLabel(),
getMountpoint
());
323
if (isMountpointMounted(
getMountpoint
())) {
352
SLOGE("Too many device nodes returned when mounting %d\n",
getMountpoint
());
359
SLOGE("Cannot setup encryption mapping for %d\n",
getMountpoint
());
430
SLOGI("Device %s, target %s mounted @ /mnt/secure/staging", devicePath,
getMountpoint
());
446
if (doMoveMount("/mnt/secure/staging",
getMountpoint
(), false)) {
610
if (doMoveMount(
getMountpoint
(), SEC_STGDIR, force))
[
all
...]
DirectVolume.cpp
174
getLabel(),
getMountpoint
(), mDiskMajor, mDiskMinor);
271
SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(),
getMountpoint
(), major, minor);
279
SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(),
getMountpoint
(), major, minor);
281
getLabel(),
getMountpoint
(), major, minor);
293
SLOGD("Volume %s %s partition %d:%d removed\n", getLabel(),
getMountpoint
(), major, minor);
312
getLabel(),
getMountpoint
(), major, minor);
Volume.h
72
const char *
getMountpoint
() { return mMountpoint; }
VolumeManager.cpp
155
(*i)->getLabel(), (*i)->
getMountpoint
(),
1123
if (!strcmp(label, (*i)->
getMountpoint
()))
1163
SLOGI("Unmounting ASEC %s (dependant on %s)", cd->id, v->
getMountpoint
());
[
all
...]
Completed in 389 milliseconds