Home
last modified time | relevance | path

Searched refs:openInstall (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/gsid/aidl/android/gsi/
H A DIGsiService.aidl167 int openInstall(in @utf8InCpp String installDir); in openInstall() method
/aosp12/system/gsid/
H A Dgsi_service.h41 binder::Status openInstall(const std::string& install_dir, int* _aidl_return) override;
H A Dgsi_tool.cpp269 auto status = gsid->openInstall(installDir, &error); in Install()
404 status = gsid->openInstall(installDir, &error); in CreatePartition()
H A Dgsi_service.cpp132 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall() function in android::gsi::GsiService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDynamicSystemService.java119 if (service.openInstall(path) != 0) { in startInstallation()