Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dblockdev-util.c105 _cleanup_free_ char *first_found = NULL; in block_get_originating() local
126 if (first_found) { in block_get_originating()
141 v = path_join(p, first_found, "../dev"); in block_get_originating()
158 first_found = strdup(de->d_name); in block_get_originating()
159 if (!first_found) in block_get_originating()
164 if (!first_found) in block_get_originating()
167 q = strjoina(p, "/", first_found, "/dev"); in block_get_originating()