Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DReplaceFileTest.cpp31 std::error_code CreateFileWithContent(const SmallString<128> &FilePath, in CreateFileWithContent() function
68 ASSERT_NO_ERROR(CreateFileWithContent(SourceFileName, "!!source!!")); in TEST()
69 ASSERT_NO_ERROR(CreateFileWithContent(TargetFileName, "!!target!!")); in TEST()