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

/systemd/src/basic/
H A Dstat-util.c164 int files_same(const char *filea, const char *fileb) { argument
168 assert(fileb);
173 if (stat(fileb, &b) < 0)

Completed in 1029 milliseconds