Home
last modified time | relevance | path

Searched refs:zeroPartition (Results 1 – 4 of 4) sorted by relevance

/system/gsid/aidl/android/gsi/
DIGsiService.aidl189 int zeroPartition(in @utf8InCpp String name); in zeroPartition() method
/system/gsid/
Dgsi_service.h65 binder::Status zeroPartition(const std::string& name, int* _aidl_return) override;
Dgsi_tool.cpp375 status = gsid->zeroPartition("userdata" + std::string(kDsuPostfix), &error); in WipeData()
Dgsi_service.cpp397 binder::Status GsiService::zeroPartition(const std::string& name, int* _aidl_return) { in zeroPartition() function in android::gsi::GsiService