Searched refs:openInstall (Results 1 – 5 of 5) sorted by relevance
167 int openInstall(in @utf8InCpp String installDir); in openInstall() method
41 binder::Status openInstall(const std::string& install_dir, int* _aidl_return) override;
269 auto status = gsid->openInstall(installDir, &error); in Install()404 status = gsid->openInstall(installDir, &error); in CreatePartition()
132 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall() function in android::gsi::GsiService
119 if (service.openInstall(path) != 0) { in startInstallation()