Searched refs:getMountpoint (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | Volume.cpp | 191 getMountpoint(), oldState, stateToStr(oldState), mState, in setState() 219 if (isMountpointMounted(getMountpoint())) { in formatVol() 296 bool primaryStorage = externalStorage && !strcmp(getMountpoint(), externalStorage); in mountVol() 312 getLabel(), getMountpoint()); in mountVol() 326 if (isMountpointMounted(getMountpoint())) { in mountVol() 355 SLOGE("Too many device nodes returned when mounting %d\n", getMountpoint()); in mountVol() 362 SLOGE("Cannot setup encryption mapping for %d\n", getMountpoint()); in mountVol() 433 SLOGI("Device %s, target %s mounted @ /mnt/secure/staging", devicePath, getMountpoint()); in mountVol() 449 if (doMoveMount("/mnt/secure/staging", getMountpoint(), false)) { in mountVol() 623 snprintf(secure_dir, PATH_MAX, "%s/.android_secure", getMountpoint()); in unmountVol() [all …]
|
D | DirectVolume.cpp | 122 getMountpoint(), mDiskMajor, mDiskMinor); in handleBlockEvent() 274 SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(), getMountpoint(), major, minor); in handlePartitionChanged() 287 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor); in handleDiskRemoved() 289 getLabel(), getMountpoint(), major, minor); in handleDiskRemoved() 301 SLOGD("Volume %s %s partition %d:%d removed\n", getLabel(), getMountpoint(), major, minor); in handlePartitionRemoved() 320 getLabel(), getMountpoint(), major, minor); in handlePartitionRemoved()
|
D | Volume.h | 73 const char *getMountpoint() { return mMountpoint; } in getMountpoint() function
|
D | VolumeManager.cpp | 161 (*i)->getLabel(), (*i)->getMountpoint(), in listVolumes() 1056 const char* mountPoint = (*i)->getMountpoint(); in getVolumeForFile() 1514 if (!strcmp(label, (*i)->getMountpoint())) in lookupVolume() 1572 SLOGI("Unmounting ASEC %s (dependant on %s)", cd->id, v->getMountpoint()); in cleanupAsec()
|