Searched refs:test_path_is_relative (Results 1 – 1 of 1) sorted by relevance
1609 } test_path_is_relative[] = { variable1629 num = ARRAY_SIZE(test_path_is_relative); in test_PathIsRelativeA()1631 ret = pPathIsRelativeA(test_path_is_relative[i].path); in test_PathIsRelativeA()1632 ok(ret == test_path_is_relative[i].expect, in test_PathIsRelativeA()1634 test_path_is_relative[i].path, test_path_is_relative[i].expect, ret); in test_PathIsRelativeA()1649 num = ARRAY_SIZE(test_path_is_relative); in test_PathIsRelativeW()1651 path = GetWideString(test_path_is_relative[i].path); in test_PathIsRelativeW()1654 ok(ret == test_path_is_relative[i].expect, in test_PathIsRelativeW()1656 test_path_is_relative[i].path, test_path_is_relative[i].expect, ret); in test_PathIsRelativeW()