Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DReplaceFileTest.cpp30 std::error_code CreateFileWithContent(const SmallString<128> &FilePath, in CreateFileWithContent() function
83 ASSERT_NO_ERROR(CreateFileWithContent(SourceFileName, "!!source!!")); in TEST()
84 ASSERT_NO_ERROR(CreateFileWithContent(TargetFileName, "!!target!!")); in TEST()
137 ASSERT_NO_ERROR(CreateFileWithContent(SourceFileName, "!!source!!")); in TEST()
138 ASSERT_NO_ERROR(CreateFileWithContent(TargetFileName, "!!target!!")); in TEST()
139 ASSERT_NO_ERROR(CreateFileWithContent(TargetTmp0FileName, "!!target.tmp0!!")); in TEST()