Searched refs:cn (Results 1 – 1 of 1) sorted by relevance
821 std::string cn = GetStashFileName(base, id, ""); in WriteStash() local825 int res = stat(cn.c_str(), &sb); in WriteStash()831 LOG(INFO) << " skipping " << blocks << " existing blocks in " << cn; in WriteStash()839 LOG(INFO) << " writing " << blocks << " blocks to " << cn; in WriteStash()866 if (rename(fn.c_str(), cn.c_str()) == -1) { in WriteStash()867 PLOG(ERROR) << "rename(\"" << fn << "\", \"" << cn << "\") failed"; in WriteStash()