Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dutils.cc109 std::ifstream old_contents_stream(file_path.c_str()); in ReplaceFileContentsIfDifferent() local
111 if (old_contents_stream.good()) { in ReplaceFileContentsIfDifferent()
114 std::string(std::istreambuf_iterator<char>(old_contents_stream), eos); in ReplaceFileContentsIfDifferent()
115 old_contents_stream.close(); in ReplaceFileContentsIfDifferent()