Searched defs:found_dest (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dinstall.c557 bool found_path, found_dest, b = false; local
597 found_dest = path_equal(dest, name);
599 found_dest = streq(basename(dest), name);
601 if (found_path && found_dest) {
615 else if (found_path || found_dest)

Completed in 17 milliseconds