Lines Matching defs:path1
1375 const char *path1, const char *path2)
1382 r = my_GetFileInformationByName(path1, &bhfi1);
1384 failure_start(file, line, "File %s can't be inspected?", path1);
1402 r = lstat(path1, &st1);
1404 failure_start(file, line, "File should exist: %s", path1);
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);