Searched refs:normpaths_equal (Results 1 - 1 of 1) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py68 def normpaths_equal(path1, path2): function
77 return normpaths_equal(expected[0], actual.source.name) and \
78 normpaths_equal(expected[1], actual.include.name)
80 return normpaths_equal(expected[1], actual.include.name)

Completed in 502 milliseconds