Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A DProtocol.cpp1745 std::string tmp2FileName = std::string(inFileName) + ".~tmp"; local
1751 std::ofstream wfile(tmp2FileName.c_str(), std::ios_base::out | std::ios_base::trunc);
1783 std::rename(tmp2FileName.c_str(), inFileName);