Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl41 void partition(@utf8InCpp String diskId, int partitionType, int ratio); in partition() argument
/system/vold/
DVoldNativeService.cpp223 binder::Status VoldNativeService::partition(const std::string& diskId, int32_t partitionType, in partition() argument
233 switch (partitionType) { in partition()
241 return error("Unknown type " + std::to_string(partitionType)); in partition()
DVoldNativeService.h52 binder::Status partition(const std::string& diskId, int32_t partitionType, int32_t ratio);