Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/DirectoryWatcher/
H A DDirectoryWatcherTest.cpp71 SmallString<128> getPathInWatched(const std::string &testFile) { in getPathInWatched() function
79 Expected<file_t> ft = openNativeFileForWrite(getPathInWatched(testFile), in addFile()
85 llvm::errs() << getPathInWatched(testFile) << "\n"; in addFile()
92 remove(getPathInWatched(testFile), /*IgnoreNonExisting=*/false); in deleteFile()
386 llvm::raw_fd_ostream bStream(fixture.getPathInWatched("a"), error, in TEST()