Searched refs:origInstallDir (Results 1 – 1 of 1) sorted by relevance
784 std::string origInstallDir = install_dir; in ValidateInstallParams() local785 if (!android::base::Realpath(origInstallDir, &install_dir)) { in ValidateInstallParams()786 PLOG(ERROR) << "realpath failed: " << origInstallDir; in ValidateInstallParams()