Home
last modified time | relevance | path

Searched defs:createPartition (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/image/
H A DIDynamicSystemService.aidl39 boolean createPartition(@utf8InCpp String name, long size, boolean readOnly); in createPartition() method
H A DDynamicSystemManager.java146 public Session createPartition(String name, long size, boolean readOnly) { in createPartition() method in DynamicSystemManager
/aosp12/system/gsid/aidl/android/gsi/
H A DIGsiService.aidl181 int createPartition(in @utf8InCpp String name, long size, boolean readOnly); in createPartition() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDynamicSystemService.java127 public boolean createPartition(String name, long size, boolean readOnly) in createPartition() method in DynamicSystemService
/aosp12/system/gsid/
H A Dgsi_service.cpp167 binder::Status GsiService::createPartition(const ::std::string& name, int64_t size, bool readOnly, in createPartition() function in android::gsi::GsiService