Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dfunction_write_file.cc80 std::string existing_contents; in RunWriteFile() local
81 if (base::ReadFileToString(file_path, &existing_contents) && in RunWriteFile()
82 existing_contents == new_contents) in RunWriteFile()