Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 138) sorted by relevance

123456

/trunk/main/solenv/gbuild/
H A DBuildDirs.mk55 ifneq ($(filter-out $(foreach repo,$(gb_REPOS),$(realpath $(repo))/%),$(realpath $(firstword $(MAKE…
56 …,The initial makefile $(realpath $(firstword $(MAKEFILE_LIST))) is not in the repositories $(forea…
H A DUnoApiTarget.mk64 $(call gb_UnoApiPartTarget_get_target,$(2).urd) : $(foreach repo,$(gb_REPOS),$(realpath $(repo)/$(2…
81 $(call gb_UnoApiPartTarget_get_target,$(2).urd) : $(foreach repo,$(gb_REPOS),$(realpath $(repo)/$(2…
93 $(call gb_UnoApiPartTarget_get_target,$(2).urd) : $(foreach repo,$(gb_REPOS),$(realpath $(repo)/$(2…
127 $(call gb_UnoApiTarget_get_target,$(1)) : UNOAPI_REFERENCE := $(foreach repo,$(gb_REPOS),$(realpath
H A DWinResTarget.mk82 $(call gb_WinResTarget_get_target,$(1)) : RCFILE=$(foreach file,$(gb_REPOS),$(realpath $(file)/$(st…
83 $(call gb_WinResTarget_get_target,$(1)) : $(foreach file,$(gb_REPOS),$(realpath $(file)/$(strip $(2…
88 $(call gb_WinResTarget_get_target,$(1)) : $(foreach file,$(2),$(foreach repo,$(gb_REPOS),$(realpath
H A DAllLangResTarget.mk105 $(call gb_SrsPartMergeTarget_get_target,$(1)) : SDF := $(realpath $(gb_SrsPartMergeTarget_SDFLOCATI…
106 $(call gb_SrsPartMergeTarget_get_target,$(1)) : $(realpath $(gb_SrsPartMergeTarget_SDFLOCATION)/$(d…
/trunk/main/solenv/bin/modules/
H A DSourceConfig.pm61 $source_root = Cwd::realpath($source_root);
79 $source_root = Cwd::realpath($source_root);
132 $new_rep_path = Cwd::realpath($new_rep_path);
H A DRepositoryHelper.pm53 $initial_directory = Cwd::realpath($initial_directory);
135 $rep_root_candidate = File::Basename::dirname(Cwd::realpath($rep_root_candidate));
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java95 String realpath, tmppath; in zipParcel() local
97 realpath = targetfile.getPath(); in zipParcel()
98 tmppath = realpath + ".tmp"; in zipParcel()
/trunk/main/l10ntools/scripts/tool/
H A Dl10ntool.py211 absfile = os.path.realpath(os.path.abspath(inputfile))
212 absroot = os.path.realpath(os.path.abspath(self._options.project_root))
/trunk/main/
H A Dset_soenv.in2674 my $realpath;
2676 $realpath = PathLookup ($cmd, @sysPath);
2677 if (!($realpath eq $path)) {
2679 "$path/$cmd against $realpath");
/trunk/main/sal/osl/unx/
H A Dfile_url.cxx529 if (realpath(unresolved_path, resolved_path)) in _osl_resolvepath()
805 if (osl::realpath(result, resolved)) in osl_searchFileURL()
/trunk/main/soltools/javadep/
H A Djavadep.c304 if ( !(realpath(pclass_file, cnp_class_file) in add_to_dependencies()
305 && realpath(path, cnp_str) ) ) { in add_to_dependencies()
/trunk/main/unotools/
H A DMakefile32 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/ext_libraries/gtest/win/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/vbahelper/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/vcl/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/sot/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/starmath/
H A DMakefile32 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/sfx2/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/solenv/gbuild/templates/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/slideshow/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/solenv/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/sw/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/xmloff/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/xmlscript/
H A DMakefile32 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/svtools/
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…

Completed in 77 milliseconds

123456