Home
last modified time | relevance | path

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

/linux/tools/perf/pmu-events/
H A Djevents.py1393 def ftw(path: str, parents: Sequence[str], function
1409 ftw(item.path, parents + [item.name], action)
1463 ftw(arch_path, [], preprocess_one_file)
1472 ftw(arch_path, [], process_one_file)
/linux/tools/usb/
H A Dtestusb.c479 if (ftw (usb_dir, find_testdev, 3) != 0) { in main()