Home
last modified time | relevance | path

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

/external/perfetto/infra/perfetto.dev/
Dbuild.js24 const fswatch = require('node-watch'); // Like fs.watch(), but works on Linux. constant
272 fswatch(absDir, {recursive: true}, (_eventType, filePath) => {
/external/perfetto/ui/
Dbuild.js73 const fswatch = require('node-watch'); // Like fs.watch(), but works on Linux. constant
507 fswatch(absDir, {recursive: true}, (_eventType, filePath) => {