Home | History | Annotate | Download | only in normalize-paths-win

Lines Matching refs:in

5 # found in the LICENSE file.
24 if '$!product_dir' in subninja:
26 if 'out\\Default' in subninja:
30 if ('..\\..\\things\\AnotherName.exe' in second or
31 'AnotherName.exe' not in second):
35 if '$(VSInstallDir)' in copytarget:
39 if '..\\..\\out\\Default' in action:
41 if '..\\..\\SomethingElse' in action or 'SomethingElse' not in action:
43 if '..\\..\\SomeOtherInput' in action or 'SomeOtherInput' not in action: