Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc977 string old_content_filename; in NewAppendableFile() local
978 TF_RETURN_IF_ERROR(GetTmpFilename(&old_content_filename)); in NewAppendableFile()
979 std::ofstream old_content(old_content_filename, std::ofstream::binary); in NewAppendableFile()
1000 bucket, object, this, old_content_filename, &timeouts_, in NewAppendableFile()