Home
last modified time | relevance | path

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

/test/xts/acts/storage/storagefileiov9jstest/src/main/js/test/members/
Dwatcher.test.js23 const watcherEvent = { variable
90 resWatcher[0] = startWatcher(testNum, watcherEvent.IN_MODIFY, dpath);
91 resWatcher[1] = startWatcher(testNum, watcherEvent.IN_ACCESS, ddpath);
92 resWatcher[2] = startWatcher(testNum, watcherEvent.IN_CREATE, dddpath);
133 let resWatcher = startWatcher(testNum, watcherEvent.IN_ACCESS, dpath);
166 let resWatcher = startWatcher(testNum, watcherEvent.IN_MODIFY, dpath);
198 let resWatcher = startWatcher(testNum, watcherEvent.IN_ATTRIB, dpath);
231 let resWatcher = startWatcher(testNum, watcherEvent.IN_CLOSE_WRITE, dpath);
262 let resWatcher = startWatcher(testNum, watcherEvent.IN_OPEN, dpath);
296 …let watcher = fileIO.createWatcher(dpath, watcherEvent.IN_MOVED_FROM | watcherEvent.IN_MOVED_TO, (…
[all …]