Home
last modified time | relevance | path

Searched refs:path (Results 226 – 250 of 1042) sorted by relevance

12345678910>>...42

/trunk/main/solenv/bin/modules/installer/patch/
H A DMsi.pm48 my $path;
51 $path = installer::patch::InstallationSet::GetUnpackedExePath(
59 $filename = File::Spec->catfile($path, "openoffice".$condensed_version.".msi");
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A DMakefile94 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Addons.xcu$(QM)"/$(CSEP) >> $@
96 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ProtocolHandler.xcu$(QM)"/$(CSEP…
98 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_NAME).components$(QM)"/$(…
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx181 OUString path; in operator ()() local
182 if (osl_getExecutableFile( &path.pData ) != osl_Process_E_None) { in operator ()()
186 return path.copy( 0, path.lastIndexOf( '/' ) ); in operator ()()
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java129 private void addFileToParcel(File root, String path, ZipOutputStream out, FileFilter filter) in addFileToParcel() argument
134 ze = new ZipEntry(/* PARCEL_PREFIX_DIR + */ path + root.getName() + "/"); in addFileToParcel()
140 addFileToParcel(children[i], path + root.getName() + "/", out, filter); in addFileToParcel()
147 ze = new ZipEntry(/* PARCEL_PREFIX_DIR + */ path + root.getName()); in addFileToParcel()
/trunk/main/sal/osl/unx/
H A Dfile.cxx96 explicit FileHandle_Impl (int fd, char const * path = "<anon>");
233 FileHandle_Impl::FileHandle_Impl (int fd, char const * path) in FileHandle_Impl() argument
246 rtl_string_newFromStr (&m_strFilePath, path); in FileHandle_Impl()
762 static int osl_file_adjustLockFlags (const char * path, int flags) in osl_file_adjustLockFlags() argument
773 if( 0 <= statfs( path, &s ) ) in osl_file_adjustLockFlags()
788 (void) path; in osl_file_adjustLockFlags()
H A Dfile_volume.cxx152 char path[PATH_MAX]; in osl_getVolumeInformation() local
159 eRet = FileURLToPath( path, PATH_MAX, ustrDirectoryURL ); in osl_getVolumeInformation()
164 if ( macxp_resolveAlias( path, PATH_MAX ) != 0 ) in osl_getVolumeInformation()
168 return osl_psz_getVolumeInformation( path, pInfo, uFieldMask); in osl_getVolumeInformation()
/trunk/main/udkapi/com/sun/star/uri/
H A DXExternalUriReferenceTranslator.idl36 URLs how to map the byte sequences that constitute the path segments of a
38 always assumes that path segments of &ldquo;file&rdquo; URLs represent
40 platform-specific way), while other applications typically assume that path
/trunk/main/offapi/com/sun/star/ucb/
H A DWebDAVContentProvider.idl79 vnd.sun.star.webdav://host:port/&lt;path&gt; where &lt;path&gt; is
80 a hierarchical path of the form &lt;name&gt;/.../&lt;name&gt; and
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMakefile104 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Addons.xcu$(QM)"/$(CSEP) >> $@
106 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ProtocolHandler.xcu$(QM)"/$(CSEP…
108 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_NAME).components$(QM)"/$(…
/trunk/main/jvmfwk/source/
H A Dfwkutil.cxx270 rtl::OUString path = rtl::OUString::createFromAscii("DYLD_LIBRARY_PATH"); in findPlugin() local
272 rtl::OUString path = rtl::OUString::createFromAscii("LD_LIBRARY_PATH"); in findPlugin() local
275 oslProcessError err = osl_getEnvironment(path.pData, &env_path.pData); in findPlugin()
/trunk/main/solenv/inc/
H A Dtg_config.mk119 --path $(DTDDIR)/registry \
124 --path $(DTDDIR)/registry \
155 --path $(DTDDIR)/registry \
/trunk/main/scripting/workben/installer/
H A DXmlUpdater.java353 String path = installPath + File.separator + in run() local
357 File dir = new File(path + dirs[i]); in run()
371 String dest = path + names[i].replace('/', File.separatorChar); in run()
/trunk/main/desktop/source/migration/
H A Dcfgfilter.cxx75 aPath = m_elementStack.top().path; // or use base path in pushElement()
83 elem.path = aPath; in pushElement()
101 aFullPath = m_elementStack.top().path + OUString::createFromAscii("/"); in checkElement()
H A Dmigration.cxx715 bool getComponent(rtl::OUString const & path, rtl::OUString * component) { in getComponent() argument
717 if (path.getLength() == 0 || path[0] != '/') { in getComponent()
721 rtl::OUStringToOString(path, RTL_TEXTENCODING_UTF8).getStr()); in getComponent()
724 sal_Int32 i = path.indexOf('/', 1); in getComponent()
725 *component = i < 0 ? path.copy(1) : path.copy(1, i - 1); in getComponent()
/trunk/main/offapi/com/sun/star/util/
H A DURL.idl95 …/** contains all segments but the last one of the hierarchical path of the URL, for example, "/pub…
100 /** contains the last segment of the hierarchical path of the URL, for the above example, "foo.txt"
106 hierarchical path.
/trunk/main/solenv/bin/modules/installer/windows/
H A Dfile.pm1186 my $path = $file->{'sourcepath'};
1189 $path = $file->{'cyg_sourcepath'};
1192 open(FILE, $path) or die "ERROR: Can't open $path for creating file hash";
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx317 rtl_uString *path, in jfw_plugin_getJavaInfoByPath() argument
327 OSL_ASSERT(path); in jfw_plugin_getJavaInfoByPath()
331 if (!path || !sVendor || !sMinVersion || !sMaxVersion || !ppInfo) in jfw_plugin_getJavaInfoByPath()
333 OUString ouPath(path); in jfw_plugin_getJavaInfoByPath()
/trunk/main/solenv/bin/modules/installer/
H A Depmfile.pm1797 my $path = $installer::globals::patchincludepath;
1798 $path =~ s/\/\s*$//;
1799 $path = $path . $installer::globals::separator;
1808 my $sourcefilename = $path . $installer::globals::solarispatchscriptsforextensions[$i];
1843 …my $line = "i $installer::globals::solarispatchscripts[$i]=" . $path . $installer::globals::solari…
2210 my ($listfile, $listfilename, $variable, $path) = @_;
2214 $path =~ s/\/\s*$//;
2215 replace_variables_in_shellscripts($listfile, $listfilename, $variable, $path);
/trunk/main/solenv/bin/
H A Dbuild.pl237 my $path = Cwd::realpath(correct_path($workspace_path . "/" . $additional_repository));
238 if ( -d $path)
240 push @additional_repositories, $path;
1390 my $path = shift;
1391 opendir(CurrentDirList, $path);
2004 my ($job, $path, $registered_name) = @_;
2010 $registered_name = $path if (!defined $registered_name);
2011 chdir $path;
/trunk/main/sal/osl/os2/
H A Dpath_helper.hxx62 inline bool systemPathIsLogicalDrivePattern(/*in*/ const rtl::OUString& path) in systemPathIsLogicalDrivePattern() argument
64 return osl_systemPathIsLogicalDrivePattern(path.pData); in systemPathIsLogicalDrivePattern()
/trunk/main/configmgr/source/
H A Dmodifications.hxx50 void add(Path const & path);
52 void remove(Path const & path);
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx194 OString createFileName(const OString& path) in createFileName() argument
196 OString fileName(path); in createFileName()
207 OStringBuffer nameBuffer( path.getLength() ); in createFileName()
/trunk/test/testassistant/src/org/openoffice/test/assistant/
H A DActivator.java81 public static ImageDescriptor getImageDescriptor(String path) { in getImageDescriptor() argument
82 return imageDescriptorFromPlugin(PLUGIN_ID, path); in getImageDescriptor()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGPublish.java60 public void setURL(String path) in setURL() argument
64 this.cp_URL = ((CGSettings) this.root).getFileAccess().getURL(path); in setURL()
/trunk/main/sal/osl/w32/
H A Dpath_helper.hxx65 inline bool systemPathIsLogicalDrivePattern(/*in*/ const rtl::OUString& path) in systemPathIsLogicalDrivePattern() argument
67 return osl_systemPathIsLogicalDrivePattern(path.pData); in systemPathIsLogicalDrivePattern()

Completed in 93 milliseconds

12345678910>>...42