Searched refs:existing_contents (Results 1 – 1 of 1) sorted by relevance
80 std::string existing_contents; in RunWriteFile() local81 if (base::ReadFileToString(file_path, &existing_contents) && in RunWriteFile()82 existing_contents == new_contents) in RunWriteFile()