Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtestutils.c2828 const char *cmp_path) in test_should_run() argument
2832 if (g_strcmp0 (test_path, cmp_path) == 0) in test_should_run()
2840 return !cmp_path || path_has_prefix (test_path, cmp_path); in test_should_run()
/third_party/python/Lib/test/
Dtest_tarfile.py1322 def _test_pathname(self, path, cmp_path=None, dir=False): argument
1348 self.assertEqual(t.name, cmp_path or path.replace(os.sep, "/"))