Home
last modified time | relevance | path

Searched refs:parentPath (Results 1 – 2 of 2) sorted by relevance

/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch219 + parentPath = uprv_malloc(1+uprv_strlen(baseName) + uprv_strlen("$(SRCDIR_DEPEND)/"));
220 + sprintf(parentPath, "$(SRCDIR_DEPEND)/%s", baseName);
222 parentPath = uprv_malloc(1+uprv_strlen(baseName) + uprv_strlen("$(SRCDIR)/"));
223 sprintf(parentPath, "$(SRCDIR)/%s", baseName);
225 parents = pkg_appendToList(parents, NULL, parentPath);
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java820 public String getURL(String parentPath, String childPath) in getURL() argument
822 String parent = filenameConverter.getSystemPathFromFileURL(parentPath); in getURL()
824 return filenameConverter.getFileURLFromSystemPath(parentPath, f.getAbsolutePath()); in getURL()

Completed in 32 milliseconds