Lines Matching refs:normpath

184                            '-I', os.path.normpath( '/working_dir/header' ) ) )
1377 '-I' + os.path.normpath( tmp_dir ),
1378 '-I' + os.path.normpath( '/absolute/path' ),
1507 '-I' + os.path.normpath( '/absolute/path' ),
1545 'expect': [ '-isystem', os.path.normpath( '/test' ) ],
1549 'expect': [ '-I', os.path.normpath( '/test' ) ],
1553 'expect': [ '-iquote', os.path.normpath( '/test' ) ],
1557 'expect': [ '-isysroot', os.path.normpath( '/test' ) ],
1561 'expect': [ '-include-pch', os.path.normpath( '/test' ) ],
1565 'expect': [ '-idirafter', os.path.normpath( '/test' ) ],
1571 'expect': [ '-isystem' + os.path.normpath( '/test' ) ],
1575 'expect': [ '-I' + os.path.normpath( '/test' ) ],
1579 'expect': [ '-iquote' + os.path.normpath( '/test' ) ],
1583 'expect': [ '-isysroot' + os.path.normpath( '/test' ) ],
1587 'expect': [ '-include-pch' + os.path.normpath( '/test' ) ],
1591 'expect': [ '-idirafter' + os.path.normpath( '/test' ) ],
1610 'expect': [ '--sysroot=' + os.path.normpath( '/test' ) ],
1624 'expect': [ '-isystem', os.path.normpath( '/test/test' ) ],
1629 'expect': [ '-I', os.path.normpath( '/test/test' ) ],
1634 'expect': [ '-iquote', os.path.normpath( '/test/test' ) ],
1639 'expect': [ '-isysroot', os.path.normpath( '/test/test' ) ],
1644 'expect': [ '-include-pch', os.path.normpath( '/test/test' ) ],
1649 'expect': [ '-idirafter', os.path.normpath( '/test/test' ) ],
1656 'expect': [ '-isystem' + os.path.normpath( '/test/test' ) ],
1661 'expect': [ '-I' + os.path.normpath( '/test/test' ) ],
1666 'expect': [ '-iquote' + os.path.normpath( '/test/test' ) ],
1671 'expect': [ '-isysroot' + os.path.normpath( '/test/test' ) ],
1676 'expect': [ '-include-pch' + os.path.normpath( '/test/test' ) ],
1681 'expect': [ '-idirafter' + os.path.normpath( '/test/test' ) ],
1703 'expect': [ '--sysroot=' + os.path.normpath( '/test/test' ) ],
1734 '-isystem', os.path.normpath( '/test' ),
1736 '-I', os.path.normpath( '/test' ),
1750 '-isystem' + os.path.normpath( '/test' ),
1752 '-I' + os.path.normpath( '/test/' ),
1782 '-isystem', os.path.normpath( '/test/test' ),
1784 '-I', os.path.normpath( '/test/test' ),
1799 '-isystem' + os.path.normpath( '/test/test' ),
1801 '-I' + os.path.normpath( '/test/test' ),
1821 '--sysroot=' + os.path.normpath( '/test/test' ),