Home | History | Annotate | Download | only in updater

Lines Matching defs:dname

692     std::string dname = GetStashFileName(base, "", "");
693 int dfd = TEMP_FAILURE_RETRY(open(dname.c_str(), O_RDONLY | O_DIRECTORY));
698 fprintf(stderr, "failed to open \"%s\" failed: %s\n", dname.c_str(), strerror(errno));
704 fprintf(stderr, "fsync \"%s\" failed: %s\n", dname.c_str(), strerror(errno));