Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 139) 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.in2691 my $realpath;
2693 $realpath = PathLookup ($cmd, @sysPath);
2694 if (!($realpath eq $path)) {
2696 "$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/cppcanvas/ !
H A DMakefile32 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/xmlhelp/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/ure/ !
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/oovbaapi/ !
H A DMakefile32 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/x11_extensions/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/cppuhelper/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/packimages/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/avmedia/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/psprint_config/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/sane/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/svl/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/editeng/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…
/trunk/main/rdbmaker/ !
H A DMakefile30 $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST…

123456