Lines Matching defs:path2
1375 const char *path1, const char *path2)
1388 r = my_GetFileInformationByName(path2, &bhfi2);
1390 failure_start(file, line, "File %s can't be inspected?", path2);
1408 r = lstat(path2, &st2);
1410 failure_start(file, line, "File should exist: %s", path2);
1420 const char *path1, const char *path2)
1422 if (is_hardlink(file, line, path1, path2))
1425 "Files %s and %s are not hardlinked", path1, path2);
1432 const char *path1, const char *path2)
1434 if (!is_hardlink(file, line, path1, path2))
1437 "Files %s and %s should not be hardlinked", path1, path2);