Home | History | Annotate | Download | only in port

Lines Matching full:checkout

82         self.assert_build_path(options, ['/mock-checkout/out/Release'], '/foo/Release')
86 self.assert_build_path(options, ['/mock-checkout/out/Release'], 'foo/Release')
90 self.assert_build_path(options, ['/mock-checkout/xcodebuild/Release', '/mock-checkout/out/Release'], '/mock-checkout/xcodebuild/Release')
95 port.host.filesystem.maybe_make_directory('/mock-checkout/out/Release')
96 port.host.filesystem.maybe_make_directory('/mock-checkout/xcodebuild/Release')
99 self.assertEqual(port._build_path(), '/mock-checkout/out/Release')
102 self.assertEqual(port._build_path(), '/mock-checkout/xcodebuild/Release')
109 self.assertEqual(self.make_port()._path_to_image_diff(), '/mock-checkout/out/Release/image_diff')