[Verification] TCT Download equal to 100%
Change-Id: Icf1a4d3c3b1bc54aa9b3b67bf2286ba9913ab021
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
}
}
+ CHECK_STORAGE_ACCESS(diPtr->destination.empty()
+ ? common::FilesystemProvider::Create().GetRealPath("downloads")
+ : diPtr->destination,
+ &out);
+
if (!args.get("fileName").is<picojson::null>()) {
if (args.get("fileName").is<std::string>() && args.get("fileName").get<std::string>() != "") {
diPtr->file_name = args.get("fileName").get<std::string>();