Home
last modified time | relevance | path

Searched refs:maxdepth (Results 1 – 6 of 6) sorted by relevance

/systemd-251/test/units/
Dtestsuite-02.sh9 mapfile -t TEST_LIST < <(find /usr/lib/systemd/tests/ -maxdepth 1 -type f -name "${TESTS_GLOB}")
/systemd-251/test/
Drun-integration-tests.sh125 done < <(find "${ARTIFACT_DIRECTORY}" -maxdepth 1 -name "*.coverage-info")
/systemd-251/tools/
Doss-fuzz.sh110 find "$build" -maxdepth 1 -type f -executable -name "fuzz-*" -exec mv {} "$OUT" \;
/systemd-251/src/libsystemd/sd-device/
Ddevice-enumerator.c905 … 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/
Dmeson.build16 '--maxdepth', '9000',
/systemd-251/src/tmpfiles/
Dtmpfiles.c562 int maxdepth, in dir_cleanup() argument
667 if (maxdepth <= 0) in dir_cleanup()
689 false, maxdepth-1, false, in dir_cleanup()