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