Home
last modified time | relevance | path

Searched refs:ValidateInstallParams (Results 1 – 2 of 2) sorted by relevance

/system/gsid/
Dgsi_service.h91 static int ValidateInstallParams(std::string& install_dir);
Dgsi_service.cpp122 if (int status = ValidateInstallParams(install_dir_)) { in openInstall()
775 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams() function in android::gsi::GsiService