Home
last modified time | relevance | path

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

/aosp12/system/gsid/
H A Dgsi_service.h93 static int ValidateInstallParams(std::string& install_dir);
H A Dgsi_service.cpp140 if (int status = ValidateInstallParams(install_dir_)) { in openInstall()
844 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams() function in android::gsi::GsiService