Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dstat-util.c193 int files_same(const char *filea, const char *fileb, int flags) { in files_same() argument
197 assert(fileb); in files_same()
202 if (fstatat(AT_FDCWD, fileb, &b, flags) < 0) in files_same()
Dstat-util.h35 int files_same(const char *filea, const char *fileb, int flags);