Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify09.c75 unsigned int ondir; member
133 unsigned int i, onchild, report_name, ondir = tc->ondir; in create_fanotify_groups() local
147 onchild = (i == 0) ? FAN_EVENT_ON_CHILD | ondir : 0; in create_fanotify_groups()
161 FAN_MODIFY | ondir | onchild, in create_fanotify_groups()
289 tc->report_name ? (tc->ondir ? "." : tc->close_nowrite) : ""); in test_fanotify()
312 if (tc->nevents > 1 && !tc->ondir) in test_fanotify()
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/lib/
Dasync.js217 loadAsDirectory(path.join(dir, x), opts.package, ondir);
220 function ondir(err, n, pkg) { function