Home
last modified time | relevance | path

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

/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp167 CFMutableArrayRef PathsToWatch = [&]() { in createFSEventStream() local
168 CFMutableArrayRef PathsToWatch = in createFSEventStream() local
173 CFArrayAppendValue(PathsToWatch, CfPathStr); in createFSEventStream()
175 return PathsToWatch; in createFSEventStream()
200 nullptr, eventStreamCallback, &Context, PathsToWatch, in createFSEventStream()
203 CFRelease(PathsToWatch); in createFSEventStream()