Home
last modified time | relevance | path

Searched full:cygpath (Results 1 – 25 of 86) 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/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/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/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/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/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/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/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/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-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#
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/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" )
/third_party/icu/
D.appveyor.yml69 …- '%CYG_ROOT%\\bin\\bash -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && cd icu4c/source && ./runCo…
/third_party/lame/
Ddepcomp150 cygpath_u="cygpath -u -f -"
152 # This is just like msvisualcpp but w/o cygpath translation.
160 # This is just like msvc7 but w/o cygpath translation.
536 # backslashes for cygpath. The second sed program outputs the file
/third_party/skia/third_party/externals/libpng/
Ddepcomp150 cygpath_u="cygpath -u -f -"
152 # This is just like msvisualcpp but w/o cygpath translation.
160 # This is just like msvc7 but w/o cygpath translation.
536 # backslashes for cygpath. The second sed program outputs the file
/third_party/lame/libmp3lame/
Ddepcomp150 cygpath_u="cygpath -u -f -"
152 # This is just like msvisualcpp but w/o cygpath translation.
160 # This is just like msvc7 but w/o cygpath translation.
536 # backslashes for cygpath. The second sed program outputs the file
/third_party/lame/frontend/
Ddepcomp150 cygpath_u="cygpath -u -f -"
152 # This is just like msvisualcpp but w/o cygpath translation.
160 # This is just like msvc7 but w/o cygpath translation.
536 # backslashes for cygpath. The second sed program outputs the file
/third_party/libevdev/build-aux/
Ddepcomp150 cygpath_u="cygpath -u -f -"
152 # This is just like msvisualcpp but w/o cygpath translation.
160 # This is just like msvc7 but w/o cygpath translation.
536 # backslashes for cygpath. The second sed program outputs the file
/third_party/lame/mpglib/
Ddepcomp150 cygpath_u="cygpath -u -f -"
152 # This is just like msvisualcpp but w/o cygpath translation.
160 # This is just like msvc7 but w/o cygpath translation.
536 # backslashes for cygpath. The second sed program outputs the file

1234