Home
last modified time | relevance | path

Searched refs:mountVolume (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DIMountService.h47 virtual int mountVolume(String16 path) = 0;
/aosp12/frameworks/base/libs/storage/include/storage/
H A DIMountService.h42 virtual int32_t mountVolume(const String16& mountPoint) = 0;
/aosp12/frameworks/base/libs/storage/
H A DIMountService.cpp143 int32_t mountVolume(const String16& mountPoint) in mountVolume() function in android::BpMountService