OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cygpath
(Results
51 - 75
of
105
) sorted by null
1
2
3
4
5
/external/smali/scripts/
baksmali
80
jarpath=`
cygpath
-w "$libdir/$jarfile"`
smali
80
jarpath=`
cygpath
-w "$libdir/$jarfile"`
/external/webkit/Tools/Scripts/webkitpy/common/system/
path.py
46
def
cygpath
(path):
function
52
# from multiple threads under protection of a lock (as is done in
cygpath
())
54
"""Manages a long-running '
cygpath
' process for file conversion."""
75
# Make sure the
cygpath
subprocess always gets shutdown cleanly.
85
args = ['
cygpath
', '-f', '-', '-wa']
107
# Some versions of
cygpath
use lowercase drive letters while others
127
return _winpath_to_uri(
cygpath
(path))
path_unittest.py
94
# Call
cygpath
to ensure the subprocess is running.
95
path.
cygpath
("/cygdrive/c/foo.txt")
/prebuilts/sdk/tools/
dx
84
jarpath=`
cygpath
-w "$libdir/$jarfile"`
/sdk/apkbuilder/etc/
apkbuilder
63
jarpath=`
cygpath
-w "$frameworkdir/$jarfile"`
/external/webkit/Tools/Scripts/
update-webkit-dependency
139
chomp($path = `
cygpath
-u '$path'`);
update-webkit-support-libs
101
chomp($path = `
cygpath
-u '$path'`);
old-run-webkit-tests
[
all
...]
webkitdirs.pm
183
my $dosBuildPath = `
cygpath
--windows \"$baseProductDir\"`;
186
my $unixBuildPath = `
cygpath
--unix \"$baseProductDir\"`;
561
$safariBundle = `
cygpath
-u '$safariBundle'` if isCygwin();
1101
chomp($windowsSourceDir = `
cygpath
-w '$windowsSourceDir'`) if isCygwin();
1171
chomp($vsInstallDir = `
cygpath
"$vsInstallDir"`) if isCygwin();
[
all
...]
/ndk/build/core/
check-cygwin-make.mk
32
CYGWIN_MAKE := $(shell
cygpath
--unix --absolute $(firstword $(MAKE)))
init.mk
372
# 1/ If NDK_USE_CYGPATH=1 and
cygpath
does exist in your path, cygwin-to-host-path
373
# calls "
cygpath
-m" for each host path. Since invoking '
cygpath
-m' from GNU
394
CYGPATH
:= $(strip $(HOST_CYGPATH))
395
ifndef
CYGPATH
396
$(call ndk_log, Probing for '
cygpath
' program)
397
CYGPATH
:= $(strip $(shell which
cygpath
2>/dev/null))
398
ifndef
CYGPATH
399
$(call ndk_log, '
cygpath
' was *not* found in your path
[
all
...]
/ndk/
ndk-build
223
GNUMAKE=`
cygpath
-u $GNUMAKE`
224
PROGDIR_MIXED=`
cygpath
-m $PROGDIR`
228
echo "Currently using: `
cygpath
-m $GNUMAKE`"
ndk-gdb
144
cygpath
-m $1
/external/bison/build-aux/
compile
72
file=`
cygpath
-m "$file" || echo "$file"`
/external/libcap-ng/libcap-ng-0.7/
compile
72
file=`
cygpath
-m "$file" || echo "$file"`
ltmain.sh
[
all
...]
/ndk/tests/
run-tests.sh
715
SRCFILE=`
cygpath
-m $SRCFILE`
743
SRCFILE=`
cygpath
-m $SRCFILE`
/external/openssh/contrib/cygwin/
ssh-host-config
36
/usr/bin/
cygpath
cygwin
138
_wservices=`
cygpath
-w "${_services}"`
/ndk/tests/standalone/
run.sh
372
SYSROOT=`
cygpath
-m $SYSROOT`
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py
42
from webkitpy.common.system.path import
cygpath
namespace
327
return
cygpath
(path)
/external/expat/conftools/
ltmain.sh
[
all
...]
/external/expat/
libtool
[
all
...]
/external/libmtp/
ltmain.sh
[
all
...]
/external/libogg/
ltmain.sh
[
all
...]
Completed in 562 milliseconds
1
2
3
4
5