Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.cpp784 std::string origInstallDir = install_dir; in ValidateInstallParams() local
785 if (!android::base::Realpath(origInstallDir, &install_dir)) { in ValidateInstallParams()
786 PLOG(ERROR) << "realpath failed: " << origInstallDir; in ValidateInstallParams()