Searched refs:startWatcher (Results 1 – 1 of 1) sorted by relevance
/test/xts/acts/storage/storagefileiov9jstest/src/main/js/test/members/ |
D | watcher.test.js | 42 function startWatcher(testNum, eventCode, watchPath) { function 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); 335 let resWatcher = startWatcher(testNum, watcherEvent.IN_CREATE, dpath); [all …]
|