HomeSort by relevance Sort by last modified time
    Searched refs:getMountpoint (Results 1 - 4 of 4) sorted by null

  /system/vold/
DirectVolume.cpp 161 getLabel(), getMountpoint(), mDiskMajor, mDiskMinor);
245 SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(), getMountpoint(), major, minor);
253 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
255 getLabel(), getMountpoint(), major, minor);
266 SLOGD("Volume %s %s partition %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
284 getLabel(), getMountpoint(), major, minor);
Volume.cpp 168 getMountpoint(), oldState, stateToStr(oldState), mState,
196 if (isMountpointMounted(getMountpoint())) {
269 getLabel(), getMountpoint());
280 if (isMountpointMounted(getMountpoint())) {
326 SLOGI("Device %s, target %s mounted @ /mnt/secure/staging", devicePath, getMountpoint());
341 if (doMoveMount("/mnt/secure/staging", getMountpoint(), false)) {
505 if (doMoveMount(getMountpoint(), SEC_STGDIR, force)) {
506 SLOGE("Failed to move mount %s => %s (%s)", getMountpoint(), SEC_STGDIR, strerror(errno));
541 SLOGI("%s unmounted sucessfully", getMountpoint());
561 if (doMoveMount(SEC_STGDIR, getMountpoint(), force))
    [all...]
Volume.h 67 const char *getMountpoint() { return mMountpoint; }
VolumeManager.cpp 177 (*i)->getLabel(), (*i)->getMountpoint(),
902 if (!strcmp(label, (*i)->getMountpoint()))
941 SLOGI("Unmounting ASEC %s (dependant on %s)", *it, v->getMountpoint());

Completed in 39 milliseconds