HomeSort by relevance Sort by last modified time
    Searched refs:cygwin (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /ndk/build/awk/
gen-windows-host-path.awk 20 # 'cygwin-to-host-path' that will transform a Cygwin-specific path into the
23 # $(call cygwin-to-host-path,/cygdrive/c/Stuff/) --> c:/Stuff
27 # cygwin-to-host-path = $(shell cygpath -m $1)
33 # The script expects its input to be the output of the Cygwin "mount" command
36 # C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
37 # C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
38 # C:/cygwin on / type ntfs (binary,auto)
45 # $(patsubst /%,C:/cygwin/,
46 # $(patsubst /usr/bin/%,C:/cygwin/bin/
    [all...]
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
InterfacesPostBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
WebKitGUIDPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
InterfacesPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
WebKitLibPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCorePreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTFPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/jsc/
jscPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/testapi/
testapiPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Source/WebCore/WebCore.vcproj/
QTMovieWinPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
WebCorePreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Source/WebKit2/win/
WebKit2WebProcessPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
WebKitPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
TestNetscapePluginPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
DumpRenderTreePreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Tools/TestWebKitAPI/win/
TestWebKitAPIPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Tools/WebKitAPITest/
WebKitAPITestPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Tools/WebKitTestRunner/win/
InjectedBundlePreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
WebKitTestRunnerPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Tools/WinLauncher/
WinLauncherPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /external/webkit/Tools/MiniBrowser/
MiniBrowserPreBuild.cmd 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/build/
NdkEnvSupplier.java 47 // I'm giving MSYS precedence over Cygwin. I'm biased that
58 bin = new File("C:\\cygwin\\bin"); //$NON-NLS-1$
76 // Since we're using real paths, need to tell cygwin it's OK
77 IBuildEnvironmentVariable cygwin = new IBuildEnvironmentVariable() { local
79 return "CYGWIN"; //$NON-NLS-1$
95 mEnvVars.put(cygwin.getName(), cygwin); local
  /build/core/combo/
HOST_windows-x86.mk 44 # when building under Cygwin, ensure that we use Mingw compilation by default.
45 # you can disable this (i.e. to generate Cygwin executables) by defining the
50 # note that the -mno-cygwin flags are not needed when cross-compiling the
53 ifneq ($(findstring CYGWIN,$(UNAME)),)
55 HOST_GLOBAL_CFLAGS += -mno-cygwin
56 HOST_GLOBAL_LDFLAGS += -mno-cygwin -mconsole
64 # TODO: find out what format cygwin's stat(1) uses
  /build/libs/host/
Android.mk 8 ifeq ($(HOST_OS),cygwin)

Completed in 441 milliseconds

1 2 3 4 5 6