Searched refs:maxdepth (Results 1 – 6 of 6) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-02.sh | 9 mapfile -t TEST_LIST < <(find /usr/lib/systemd/tests/ -maxdepth 1 -type f -name "${TESTS_GLOB}")
|
/systemd-251/test/ |
D | run-integration-tests.sh | 125 done < <(find "${ARTIFACT_DIRECTORY}" -maxdepth 1 -name "*.coverage-info")
|
/systemd-251/tools/ |
D | oss-fuzz.sh | 110 find "$build" -maxdepth 1 -type f -executable -name "fuzz-*" -exec mv {} "$OUT" \;
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-enumerator.c | 905 … int parent_crawl_children(sd_device_enumerator *enumerator, const char *path, unsigned maxdepth) { in parent_crawl_children() argument 931 if (maxdepth > 0) in parent_crawl_children() 932 parent_crawl_children(enumerator, child, maxdepth - 1); in parent_crawl_children()
|
/systemd-251/man/ |
D | meson.build | 16 '--maxdepth', '9000',
|
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 562 int maxdepth, in dir_cleanup() argument 667 if (maxdepth <= 0) in dir_cleanup() 689 false, maxdepth-1, false, in dir_cleanup()
|