Home
last modified time | relevance | path

Searched refs:cygpath (Results 1 – 18 of 18) sorted by relevance

/aoo42x/main/
H A Doowintool81 sub cygpath($$$) subroutine
111 $path = cygpath ($path, $unix, $output_format);
141 print cygpath ($value, 'w', $output_format);
260 print cygpath ($ver->{'product_dir'}, 'w', $output_format);
266 print cygpath ($ver->{'product_dir'}, 'w', $output_format);
282 print cygpath ($dir, 'w', $output_format);
298 print cygpath($newDir, 'w', $output_format);
310 print cygpath($dir, 'w', $output_format);
316 print cygpath ($dir, 'w', $output_format) if defined $dir;
335 my $srcdir = (cygpath ($ver->{'product_dir'}, 'w', 'u') . '/' .
[all …]
H A Dconfigure.ac2146 CC=`cygpath -d "$CC"`
2147 CC=`cygpath -u "$CC"`
2148 COMPATH=`cygpath -d "$COMPATH"`
2149 COMPATH=`cygpath -u "$COMPATH"`
2342 MIDL_PATH=`cygpath -d "$MIDL_PATH"`
2343 MIDL_PATH=`cygpath -u "$MIDL_PATH"`
2365 CSC_PATH=`cygpath -d "$CSC_PATH"`
2366 CSC_PATH=`cygpath -u "$CSC_PATH"`
2396 FRAME_HOME=`cygpath -d "$FRAME_HOME"`
2397 FRAME_HOME=`cygpath -u "$FRAME_HOME"`
[all …]
H A Dbootstrap.190 dmake_full_package_name=`cygpath -u "$dmake_full_package_name"`
/aoo42x/main/winaccessibility/source/UAccCOMIDL/
H A Dmakefile.mk69 $(MTL) $(MTL_SWITCHES) -I $(shell @cygpath -w $(PSDK_HOME)/include|sed 's#\\#\\\\#g') $(SOURCE)
71 $(MTL) $(MTL_SWITCHES1) -I $(shell @cygpath -w $(PSDK_HOME)/include|sed 's#\\#\\\\#g') $(SOURCE1)
73 $(MTL) $(MTL_SWITCHES2) -I $(shell @cygpath -w $(PSDK_HOME)/include|sed 's#\\#\\\\#g') $(SOURCE2)
75 $(MTL) $(MTL_SWITCHES3) -I $(shell @cygpath -w $(PSDK_HOME)/include|sed 's#\\#\\\\#g') $(SOURCE3)
77 $(MTL) $(MTL_SWITCHES4) -I $(shell @cygpath -w $(PSDK_HOME)/include|sed 's#\\#\\\\#g') $(SOURCE4)
79 $(MTL) $(MTL_SWITCHES5) -I $(shell @cygpath -w $(PSDK_HOME)/include|sed 's#\\#\\\\#g') $(SOURCE5)
/aoo42x/main/solenv/gbuild/platform/
H A Dwinmingw.mk28 gb_TMPDIR:=$(if $(TMPDIR),$(shell cygpath -m $(TMPDIR)),$(shell cygpath -m /tmp))
189 gb_Helper_SRCDIR_NATIVE := $(shell cygpath -m $(SRCDIR) | $(gb_AWK) -- '{ print tolower(substr($$0,…
190 gb_Helper_WORKDIR_NATIVE := $(shell cygpath -m $(WORKDIR) | $(gb_AWK) -- '{ print tolower(substr($$…
191 gb_Helper_OUTDIR_NATIVE := $(shell cygpath -m $(OUTDIR) | $(gb_AWK) -- '{ print tolower(substr($$0,…
192 gb_Helper_REPODIR_NATIVE := $(shell cygpath -m $(REPODIR) | $(gb_AWK) -- '{ print tolower(substr($$…
647 …(shell $(gb_Ant_ANTCOMMAND) -Ddependencies.outfile=`cygpath -m $(WORKDIR)/Ant/$(1)/deps` -f `cygpa…
648 …1)/deps),$$(call gb_Ant_add_dependency,$(call gb_Ant_get_target,$(1)),$(shell cygpath -u $(dep)))))
H A Dwindows.mk28 gb_TMPDIR:=$(if $(TMPDIR),$(shell cygpath -m $(TMPDIR)),$(shell cygpath -m /tmp))
241 gb_Helper_SRCDIR_NATIVE := $(shell cygpath -m $(SRCDIR) | $(gb_AWK) -- '{ print tolower(substr($$0,…
242 gb_Helper_WORKDIR_NATIVE := $(shell cygpath -m $(WORKDIR) | $(gb_AWK) -- '{ print tolower(substr($$…
243 gb_Helper_OUTDIR_NATIVE := $(shell cygpath -m $(OUTDIR) | $(gb_AWK) -- '{ print tolower(substr($$0,…
244 gb_Helper_REPODIR_NATIVE := $(shell cygpath -m $(REPODIR) | $(gb_AWK) -- '{ print tolower(substr($$…
718 …(shell $(gb_Ant_ANTCOMMAND) -Ddependencies.outfile=`cygpath -m $(WORKDIR)/Ant/$(1)/deps` -f `cygpa…
719 …1)/deps),$$(call gb_Ant_add_dependency,$(call gb_Ant_get_target,$(1)),$(shell cygpath -u $(dep)))))
H A Dos2.mk561 …(shell $(gb_Ant_ANTCOMMAND) -Ddependencies.outfile=`cygpath -m $(WORKDIR)/Ant/$(1)/deps` -f `cygpa…
562 …1)/deps),$$(call gb_Ant_add_dependency,$(call gb_Ant_get_target,$(1)),$(shell cygpath -u $(dep)))))
/aoo42x/main/nss/
H A Dnss.patch.mingw132 + sh ./sign.sh $(shell cygpath -m -a $(DIST)) \
133 + $(shell cygpath -m -a $(OBJDIR)) $(OS_TARGET) \
134 + $(shell cygpath -m -a $(NSPR_LIB_DIR)) $(shell cygpath -m -a $<)
H A Dmakefile.mk85 moz_build:=$(shell cygpath -p $(MOZILLABUILD))
120 moz_build:=$(shell cygpath -p $(MOZILLABUILD))
/aoo42x/main/solenv/gbuild/
H A DBuildDirs.mk47 override WORKDIR := $(shell cygpath -u $(WORKDIR))
48 override OUTDIR := $(shell cygpath -u $(OUTDIR))
49 override gb_REPOS := $(foreach repo,$(gb_REPOS),$(shell cygpath -u $(repo)))
H A DAnt.mk59 $(call gb_Ant_get_target,$(1)) : ANTBUILDFILE := `cygpath -m $(2)`
60 $(call gb_Ant_get_clean_target,$(1)) : ANTBUILDFILE := `cygpath -m $(2)`
/aoo42x/main/libxslt/
H A Dlibxslt-mingw.patch17 func_to_host_path_tmp1=`cygpath -w "$1"`
34 func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
/aoo42x/ext_libraries/ratscan/scan/
H A Dmakefile.mk34 rat_jar_home!:=$(shell cygpath -u $(rat_jar_home))
39 rat_scan_output!:=$(shell cygpath -m $(rat_scan_output))
/aoo42x/main/openssl/
H A Dmakefile.mk148 STRAWBERRY_PERL_DIR=$(shell cygpath -u $(SOLARSRC)/openssl/$(INPATH)/misc/build/strawberry-perl)
152 NASM_PATH_NIX=$(shell cygpath -u $(NASM_PATH))
/aoo42x/main/extensions/source/activex/msidl/
H A Dmakefile.mk49 $(MTL) $(MTL_SWITCHES) -I $(shell @cygpath -w $(PSDK_HOME)/include|sed 's#\\#\\\\#g') $(SOURCE)
/aoo42x/main/python/
H A Dmakefile.mk101 MYCWD=$(shell cygpath -m $(shell @pwd))/$(INPATH)/misc/build
/aoo42x/main/graphite/
H A Dgraphite-2.3.1.patch.mingw8 + absdir=`cygpath -m -a "$dir"`
/aoo42x/main/icc/source/create_sRGB_profile/
H A DMakefile.in215 $(CXXCOMPILE) -c -o $@ `cygpath -w $<`

Completed in 85 milliseconds