Lines Matching refs:CD_CreateNew
1753 ASSERT_NO_ERROR(fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateNew)); in TEST_F()
1768 ASSERT_ERROR(fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateNew)); in TEST_F()
1816 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F()
1853 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F()
1897 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F()
1909 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F()
1921 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F()
1933 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "01234"); in TEST_F()
1954 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, Content); in TEST_F()
2000 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "01234"); in TEST_F()
2456 fs::CD_CreateNew, Data.back()); in TEST_F()