Searched refs:partitionType (Results 1 – 3 of 3) sorted by relevance
43 void partition(@utf8InCpp String diskId, int partitionType, int ratio); in partition() argument
235 binder::Status VoldNativeService::partition(const std::string& diskId, int32_t partitionType, in partition() argument245 switch (partitionType) { in partition()253 return error("Unknown type " + std::to_string(partitionType)); in partition()
53 binder::Status partition(const std::string& diskId, int32_t partitionType, int32_t ratio);