Searched refs:tmp_filename (Results 1 – 1 of 1) sorted by relevance
150 std::string tmp_filename = StringPrintf(".temporary%zu", counter++); in create_temporary_file() local151 result.fd.reset(openat(dir_fd_, tmp_filename.c_str(), in create_temporary_file()157 result.temporary_path = std::move(tmp_filename); in create_temporary_file()