Searched refs:createFileWithData (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1289 static void createFileWithData(const Twine &Path, bool ShouldExistBefore, in createFileWithData() function 1376 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F() 1384 createFileWithData(NonExistantFile, true, fs::CD_OpenExisting, "Buzz"); in TEST_F() 1390 createFileWithData(NonExistantFile, false, fs::CD_OpenAlways, "Fizz"); in TEST_F() 1397 createFileWithData(NonExistantFile, true, fs::CD_OpenAlways, "Bu"); in TEST_F() 1413 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F() 1457 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F() 1469 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F() 1481 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F()
|