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

/systemd/src/shared/
H A Dinstall.c557 bool found_path, found_dest, b = false; local
590 found_path = path_equal(p, name);
592 found_path = streq(de->d_name, name);
601 if (found_path && found_dest) {
615 else if (found_path || found_dest)

Completed in 18 milliseconds