Home
last modified time | relevance | path

Searched full:cygpath (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/curl/tests/
Dpathhelp.pm101 # 0 - do not use cygpath
102 # 1 - use cygpath
104 # Returns boolean true if 'cygpath' utility should be used for path conversion.
108 $use_cygpath = (qx{cygpath -u '.\\' 2>/dev/null} eq "./\n" && $? == 0);
143 # Do not use 'cygpath' - it falsely succeed on paths like '/cygdrive'.
205 # This type of paths is not processed correctly by 'cygpath'.
217 # resolved to absolute path by 'cygpath'.
219 # incorrectly processed by 'cygpath' (for paths like 'D:..\../.\')
232 # 'cygpath' is available - use it.
240 # Use 'cygpath', '-m' means Win32 path with forward slashes.
[all …]
/third_party/skia/third_party/externals/oboe/samples/
Dgradlew110 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
111 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
112 JAVACMD=`cygpath --unix "$JAVACMD"`
114 # We build the pattern for arguments to be converted via cygpath
122 # Add a user-defined pattern to the cygpath arguments
133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/grpc/examples/android/helloworld/
Dgradlew110 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
111 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
112 JAVACMD=`cygpath --unix "$JAVACMD"`
114 # We build the pattern for arguments to be converted via cygpath
122 # Add a user-defined pattern to the cygpath arguments
133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/grpc/src/android/test/interop/
Dgradlew110 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
111 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
112 JAVACMD=`cygpath --unix "$JAVACMD"`
114 # We build the pattern for arguments to be converted via cygpath
122 # Add a user-defined pattern to the cygpath arguments
133 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
Dgradlew47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
118 # We build the pattern for arguments to be converted via cygpath
126 # Add a user-defined pattern to the cygpath arguments
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/platform_tools/android/apps/
Dgradlew47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
118 # We build the pattern for arguments to be converted via cygpath
126 # Add a user-defined pattern to the cygpath arguments
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/m133/platform_tools/android/apps/
Dgradlew47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
118 # We build the pattern for arguments to be converted via cygpath
126 # Add a user-defined pattern to the cygpath arguments
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/third_party/externals/oboe/apps/fxlab/
Dgradlew114 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
115 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
116 JAVACMD=`cygpath --unix "$JAVACMD"`
118 # We build the pattern for arguments to be converted via cygpath
126 # Add a user-defined pattern to the cygpath arguments
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/m133/third_party/externals/libwebp/
Dgradlew130 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
131 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
132 JAVACMD=`cygpath --unix "$JAVACMD"`
134 # We build the pattern for arguments to be converted via cygpath
142 # Add a user-defined pattern to the cygpath arguments
153 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
Dgradlew114 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
115 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
116 JAVACMD=`cygpath --unix "$JAVACMD"`
118 # We build the pattern for arguments to be converted via cygpath
126 # Add a user-defined pattern to the cygpath arguments
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
Dgradlew114 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
115 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
116 JAVACMD=`cygpath --unix "$JAVACMD"`
118 # We build the pattern for arguments to be converted via cygpath
126 # Add a user-defined pattern to the cygpath arguments
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/skia/third_party/externals/libwebp/
Dgradlew130 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
131 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
132 JAVACMD=`cygpath --unix "$JAVACMD"`
134 # We build the pattern for arguments to be converted via cygpath
142 # Add a user-defined pattern to the cygpath arguments
153 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/flatbuffers/android/
Dgradlew114 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
115 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
116 JAVACMD=`cygpath --unix "$JAVACMD"`
118 # We build the pattern for arguments to be converted via cygpath
126 # Add a user-defined pattern to the cygpath arguments
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/third_party/vk-gl-cts/external/amber/src/android_gradle/
Dgradlew114 APP_HOME=$(cygpath --path --mixed "$APP_HOME")
115 CLASSPATH=$(cygpath --path --mixed "$CLASSPATH")
116 JAVACMD=$(cygpath --unix "$JAVACMD")
118 # We build the pattern for arguments to be converted via cygpath
126 # Add a user-defined pattern to the cygpath arguments
137 eval $(echo args$i)=$(cygpath --path --ignore --mixed "$arg")
/third_party/rust/rust/tests/run-make/
Dtools.mk85 LLVM_FILECHECK := $(shell cygpath -u "$(LLVM_FILECHECK)")
97 COMPILE_OBJ = $(CC) -c -Fo:`cygpath -w $(1)` $(2)
98 COMPILE_OBJ_CXX = $(CXX) -EHs -c -Fo:`cygpath -w $(1)` $(2)
101 OUT_EXE=-Fe:`cygpath -w $(TMPDIR)/$(call BIN,$(1))` \
102 -Fo:`cygpath -w $(TMPDIR)/$(1).obj`
168 $(MSVC_LIB) -out:`cygpath -w $@` $<
180 $(CC) $< -link -dll -out:`cygpath -w $@`
/third_party/curl/
Dappveyor.sh36 openssl_root="$(cygpath -u "${openssl_root_win}")"
124 if [ -x "$(cygpath -u "${WINDIR}/System32/curl.exe")" ]; then
125 TFLAGS+=" -ac $(cygpath -u "${WINDIR}/System32/curl.exe")"
126 elif [ -x "$(cygpath -u 'C:/msys64/usr/bin/curl.exe')" ]; then
127 TFLAGS+=" -ac $(cygpath -u 'C:/msys64/usr/bin/curl.exe')"
/third_party/skia/third_party/externals/icu/source/config/
Dmh-cygwin-msvc134 CURR_FULL_DIR?=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
136 CURR_SRCCODE_FULL_DIR=$(subst \,\\,$(shell cygpath -da .))#M#
141 SOURCE_FILE=$(shell cygpath -dma $<)#M#
200 ICUPKGDATA_INSTALL_DIR = $(shell mkdir -p $(DESTDIR)$(ICUPKGDATA_DIR) ; cygpath -dma $(DESTDIR)$(…
201 ICUPKGDATA_INSTALL_LIBDIR = $(shell mkdir -p $(DESTDIR)$(libdir) ; cygpath -dma $(DESTDIR)$(libdir…
Dmh-mingw64122 # Older versions of MSYS don't have cygpath by default. #M#
132 # MSYS2 and up have cygpath by default #M#
135 CURR_FULL_DIR?=$(shell cygpath . -a -m)#M#
138 CURR_SRCCODE_FULL_DIR=$(shell cygpath . -a -m)#M#
/third_party/icu/icu4c/source/config/
Dmh-cygwin-msvc134 CURR_FULL_DIR?=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
136 CURR_SRCCODE_FULL_DIR=$(subst \,\\,$(shell cygpath -da .))#M#
141 SOURCE_FILE=$(shell cygpath -dma $<)#M#
200 ICUPKGDATA_INSTALL_DIR = $(shell mkdir -p $(DESTDIR)$(ICUPKGDATA_DIR) ; cygpath -dma $(DESTDIR)$(…
201 ICUPKGDATA_INSTALL_LIBDIR = $(shell mkdir -p $(DESTDIR)$(libdir) ; cygpath -dma $(DESTDIR)$(libdir…
Dmh-mingw64122 # Older versions of MSYS don't have cygpath by default. #M#
132 # MSYS2 and up have cygpath by default #M#
135 CURR_FULL_DIR?=$(shell cygpath . -a -m)#M#
138 CURR_SRCCODE_FULL_DIR=$(shell cygpath . -a -m)#M#
Dmh-mingw122 # Older versions of MSYS don't have cygpath by default. #M#
132 # MSYS2 and up have cygpath by default #M#
135 CURR_FULL_DIR?=$(shell cygpath . -a -m)#M#
138 CURR_SRCCODE_FULL_DIR=$(shell cygpath . -a -m)#M#
/third_party/skia/m133/third_party/externals/icu/source/config/
Dmh-cygwin-msvc134 CURR_FULL_DIR?=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
136 CURR_SRCCODE_FULL_DIR=$(subst \,\\,$(shell cygpath -da .))#M#
141 SOURCE_FILE=$(shell cygpath -dma $<)#M#
200 ICUPKGDATA_INSTALL_DIR = $(shell mkdir -p $(DESTDIR)$(ICUPKGDATA_DIR) ; cygpath -dma $(DESTDIR)$(…
201 ICUPKGDATA_INSTALL_LIBDIR = $(shell mkdir -p $(DESTDIR)$(libdir) ; cygpath -dma $(DESTDIR)$(libdir…
Dmh-mingw64122 # Older versions of MSYS don't have cygpath by default. #M#
132 # MSYS2 and up have cygpath by default #M#
135 CURR_FULL_DIR?=$(shell cygpath . -a -m)#M#
138 CURR_SRCCODE_FULL_DIR=$(shell cygpath . -a -m)#M#
Dmh-mingw122 # Older versions of MSYS don't have cygpath by default. #M#
132 # MSYS2 and up have cygpath by default #M#
135 CURR_FULL_DIR?=$(shell cygpath . -a -m)#M#
138 CURR_SRCCODE_FULL_DIR=$(shell cygpath . -a -m)#M#
/third_party/flatbuffers/kotlin/
Dgradlew167 APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
168 CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
170 JAVACMD=$( cygpath --unix "$JAVACMD" )
182 arg=$( cygpath --path --ignore --mixed "$arg" )

1234