Home | History | Annotate | Download | only in updater

Lines Matching defs:dest_path

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