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

1 2 3 4 5

  /external/webkit/Source/WebKit2/win/
build-generated-files.sh 23 # Calls to `cygpath -ms` below are needed to remove spaces from paths, which
26 WebKitOutputDir=$(cygpath -u "$(cygpath -ms "${1}")")
29 export WebKit2=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
  /external/webkit/Tools/WebKitTestRunner/win/
build-generated-files.sh 24 # Calls to `cygpath -ms` below are needed to remove spaces from paths, which
27 WebKitOutputDir=$(cygpath -u "$(cygpath -ms "${1}")")
28 WebKitLibrariesDir=$(cygpath -u "$(cygpath -ms "${2}")")
31 export WebKitTestRunner=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
build-generated-files.sh 4 UNVERSIONED_ICU_LIB_PATH=$(cygpath -u "${WEBKITLIBRARIESDIR}/lib/libicuuc.lib")
5 ICUVERSION_H_PATH=$(cygpath -u "${CONFIGURATIONBUILDDIR}/include/private/ICUVersion.h")
19 XSRCROOT=`cygpath -m -s "$XSRCROOT"`
20 XSRCROOT=`cygpath -u "$XSRCROOT"`
28 XDSTROOT=`cygpath -m -s "$XDSTROOT"`
29 XDSTROOT=`cygpath -u "$XDSTROOT"`
36 SDKROOT=`cygpath -m -s "$SDKROOT"`
37 SDKROOT=`cygpath -u "$SDKROOT"`
  /external/webkit/Source/WebCore/WebCore.vcproj/
build-generated-files.sh 35 XSRCROOT=`cygpath -m -s "$XSRCROOT"`
36 XSRCROOT=`cygpath -u "$XSRCROOT"`
44 XDSTROOT=`cygpath -m -s "$XDSTROOT"`
45 XDSTROOT=`cygpath -u "$XDSTROOT"`
52 SDKROOT=`cygpath -m -s "$SDKROOT"`
53 SDKROOT=`cygpath -u "$SDKROOT"`
60 VSPROPSROOT=`cygpath -m -s "$VSPROPSROOT"`
61 VSPROPSROOT=`cygpath -u "$VSPROPSROOT"`
migrate-scripts.sh 42 XSRCROOT=`cygpath -m -s "$XSRCROOT"`
43 XSRCROOT=`cygpath -u "$XSRCROOT"`
51 XDSTROOT=`cygpath -m -s "$XDSTROOT"`
52 XDSTROOT=`cygpath -u "$XDSTROOT"`
  /external/webkit/Tools/Scripts/
pdevenv 14 chomp(my $vcBin = `cygpath -w "$FindBin::Bin/../vcbin"`);
15 chomp(my $scriptsPath = `cygpath -w "$FindBin::Bin"`);
43 chomp($path = `cygpath -w -s '$path'`);
  /ndk/build/awk/
gen-cygwin-deps-converter.awk 183 function add_drive_rule (hostpath,cygpath)
186 cygpath = sed_quote_path(cygpath)
193 if (cygpath == "/") {
197 RESULT = RESULT "s!^" hostpath "!" cygpath "!ig;"
200 RESULT = RESULT "s! " hostpath "! " cygpath "!ig;"
gen-windows-host-path.awk 27 # cygwin-to-host-path = $(shell cygpath -m $1)
29 # Unfortunately, calling 'cygpath -m' from GNU Make is horridly slow and people
140 function add_drive_rule (hostpath,cygpath)
142 if (cygpath == "/") {
148 RESULT = "$(patsubst " cygpath "/%," hostpath "/%,\n" RESULT ")"
  /external/webkit/Tools/CygwinDownloader/
make-zip.sh 3 PYTHONEXE=$(cygpath -u "${SYSTEMDRIVE}\\Python25\\python.exe")
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl 107 $localpath = `cygpath --path --windows $localpath`;
111 $classpath = `cygpath --path --windows "$classpath"`;
114 $HOME = `cygpath --path --windows $HOME`;
116 $CYGHOME = `cygpath --path --windows $ENV{HOME}`;
ant 117 ANT_HOME=`cygpath --unix "$ANT_HOME"`
119 JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
249 if [ "$OS" = "Windows_NT" ] && cygpath -m .>/dev/null 2>/dev/null ; then
254 ANT_HOME=`cygpath --$format "$ANT_HOME"`
255 ANT_LIB=`cygpath --$format "$ANT_LIB"`
256 JAVA_HOME=`cygpath --$format "$JAVA_HOME"`
257 LCP_TEMP=`cygpath --path --unix "$LOCALCLASSPATH"`
258 LOCALCLASSPATH=`cygpath --path --$format "$LCP_TEMP"`
260 CP_TEMP=`cygpath --path --unix "$CLASSPATH"`
261 CLASSPATH=`cygpath --path --$format "$CP_TEMP"`
    [all...]
  /external/webkit/WebKitLibraries/win/tools/scripts/
auto-version.sh 36 FALLBACK_VERSION_PATH=`cygpath -u "$WEBKITLIBRARIESDIR\\tools\\scripts\\VERSION"`
39 COPYRIGHT_END_YEAR_PATH=`cygpath -u "$WEBKITLIBRARIESDIR\\tools\\scripts\\COPYRIGHT-END-YEAR"`
44 OUTPUT_FILE=$(cygpath -u "$1")/include/autoversion.h
  /prebuilts/devtools/tools/
android 76 jarpath=`cygpath -w "$frameworkdir/$jarfile"`
77 jarpath="$jarpath;"`cygpath -w "$frameworkdir/swtmenubar.jar"`
78 progdir=`cygpath -w "$progdir"`
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
gradlew 47 [ -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"`
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
gradlew 47 [ -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"`
  /developers/samples/android/connectivity/network/NetworkConnect/
gradlew 47 [ -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"`
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
gradlew 47 [ -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"`
  /developers/samples/android/content/contacts/BasicContactables/
gradlew 47 [ -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"`
  /developers/samples/android/content/multiuser/AppRestrictions/
gradlew 47 [ -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"`
  /developers/samples/android/input/gestures/BasicGestureDetect/
gradlew 47 [ -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"`
  /developers/samples/android/input/multitouch/BasicMultitouch/
gradlew 47 [ -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"`
  /developers/samples/android/media/BasicMediaRouter/
gradlew 47 [ -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"`
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
gradlew 47 [ -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"`
  /developers/samples/android/ui/accessibility/BasicAccessibility/
gradlew 47 [ -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"`
  /developers/samples/android/ui/actionbar/DoneBar/
gradlew 47 [ -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"`

Completed in 2273 milliseconds

1 2 3 4 5