Searched refs:ValidateInstallParams (Results 1 – 2 of 2) sorted by relevance
91 static int ValidateInstallParams(std::string& install_dir);
122 if (int status = ValidateInstallParams(install_dir_)) { in openInstall()775 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams() function in android::gsi::GsiService