Searched refs:installDir (Results 1 – 4 of 4) sorted by relevance
26 @utf8InCpp String installDir;
121 public TimeZoneDistroInstaller(String logTag, File baseVersionFile, File installDir) { in TimeZoneDistroInstaller() argument124 oldStagedDataDir = new File(installDir, OLD_TZ_DATA_DIR_NAME); in TimeZoneDistroInstaller()125 stagedTzDataDir = new File(installDir, STAGED_TZ_DATA_DIR_NAME); in TimeZoneDistroInstaller()126 currentTzDataDir = new File(installDir, CURRENT_TZ_DATA_DIR_NAME); in TimeZoneDistroInstaller()127 workingDir = new File(installDir, WORKING_DIR_NAME); in TimeZoneDistroInstaller()
126 RemoveGsiFiles(params.installDir, wipe_userdata_on_failure_); in beginGsiInstall()446 if (params->installDir.empty() || params->installDir == "/data/gsi") { in ValidateInstallParams()447 params->installDir = kDefaultGsiImageFolder; in ValidateInstallParams()451 std::string origInstallDir = params->installDir; in ValidateInstallParams()452 if (!android::base::Realpath(origInstallDir, ¶ms->installDir)) { in ValidateInstallParams()458 if (!android::base::EndsWith(params->installDir, "/")) { in ValidateInstallParams()459 params->installDir += "/"; in ValidateInstallParams()463 if (IsExternalStoragePath(params->installDir)) { in ValidateInstallParams()478 } else if (params->installDir != kDefaultGsiImageFolder) { in ValidateInstallParams()479 LOG(ERROR) << "cannot install GSI to " << params->installDir; in ValidateInstallParams()[all …]
244 params.installDir = optarg; in Install()