Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.cpp130 const std::string& dest_path = args[1]; in PackageExtractFileFn() local
141 open(dest_path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR))); in PackageExtractFileFn()
143 PLOG(ERROR) << name << ": can't open " << dest_path << " for write"; in PackageExtractFileFn()
151 << entry.uncompressed_length << " bytes) to \"" << dest_path in PackageExtractFileFn()
156 PLOG(ERROR) << "fsync of \"" << dest_path << "\" failed"; in PackageExtractFileFn()
161 PLOG(ERROR) << "close of \"" << dest_path << "\" failed"; in PackageExtractFileFn()