Searched refs:getMountpoint (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A DVolume.cpp188 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_STGDI
[all...]
H A DDirectVolume.cpp174 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);
H A DVolume.h72 const char *getMountpoint() { return mMountpoint; } function in class:Volume
H A DVolumeManager.cpp155 (*i)->getLabel(), (*i)->getMountpoint(),
1123 if (!strcmp(label, (*i)->getMountpoint()))
1163 SLOGI("Unmounting ASEC %s (dependant on %s)", cd->id, v->getMountpoint());

Completed in 380 milliseconds