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

/system/vold/
H A DVolume.cpp192 getMountpoint(), oldState, stateToStr(oldState), mState,
220 if (isMountpointMounted(getMountpoint())) {
297 bool primaryStorage = externalStorage && !strcmp(getMountpoint(), externalStorage);
313 getLabel(), getMountpoint());
327 if (isMountpointMounted(getMountpoint())) {
356 SLOGE("Too many device nodes returned when mounting %d\n", getMountpoint());
363 SLOGE("Cannot setup encryption mapping for %d\n", getMountpoint());
434 SLOGI("Device %s, target %s mounted @ /mnt/secure/staging", devicePath, getMountpoint());
450 if (doMoveMount("/mnt/secure/staging", getMountpoint(), false)) {
624 snprintf(secure_dir, PATH_MAX, "%s/.android_secure", getMountpoint());
[all...]
H A DDirectVolume.cpp122 getMountpoint(), mDiskMajor, mDiskMinor);
274 SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(), getMountpoint(), major, minor);
287 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
289 getLabel(), getMountpoint(), major, minor);
301 SLOGD("Volume %s %s partition %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
320 getLabel(), getMountpoint(), major, minor);
H A DVolume.h73 const char *getMountpoint() { return mMountpoint; } function in class:Volume
H A DVolumeManager.cpp161 (*i)->getLabel(), (*i)->getMountpoint(),
992 const char* mountPoint = (*i)->getMountpoint();
1441 if (!strcmp(label, (*i)->getMountpoint()))
1499 SLOGI("Unmounting ASEC %s (dependant on %s)", cd->id, v->getMountpoint());

Completed in 7 milliseconds