Searched refs:check_for_repo_name (Results 1 – 2 of 2) sorted by relevance
49 self.assertTrue(detect_repo.check_for_repo_name('fake-path', 'syzkaller'))57 self.assertTrue(detect_repo.check_for_repo_name('fake-path', 'syzkaller'))64 self.assertTrue(detect_repo.check_for_repo_name('fake-path', 'syzkaller'))
67 if args.repo_name and check_for_repo_name(full_path, args.repo_name):110 def check_for_repo_name(repo_path, expected_repo_name): function