Home
last modified time | relevance | path

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

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