/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/finder/ |
H A D | ResourceFinder.java | 82 String dir = pkg == null ? "" : pkg.replace('.', '/'); 83 if (!dir.isEmpty()) { 84 dir += "/"; 89 String path = dir + name; 98 if (dir.isEmpty()) { 101 dir = dir.replaceFirst("[^/]*/$", "");
|
/solaris-userland-s11u3/components/visual-panels/core/ |
H A D | system-management-visual-panels-doc.sh | 46 dir path=usr 47 dir path=usr/share 48 dir path=usr/share/lib 49 dir path=usr/share/lib/java 57 if ($1=="dir")
|
H A D | Makefile | 48 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/api/file/ |
H A D | RemoteFileSystemView.java | 61 public RemoteFile createFileObject(File dir, String fileName) { argument 62 if (dir != null) { 63 fileName = dir.getAbsolutePath() + File.separator + fileName; 106 public RemoteFile[] getFiles(File dir, boolean useFileHiding) { argument 112 snapshots = browser.getFiles(dir.getAbsolutePath()); 149 public RemoteFile getParentDirectory(File dir) { argument 150 return toRemoteFile(dir).getParentFile(); 176 public boolean isComputerNode(File dir) { argument 181 public boolean isDrive(File dir) { argument 182 return isFileSystemRoot(dir); 191 isFileSystemRoot(File dir) argument 205 isFloppyDrive(File dir) argument 215 isParent(File dir, File file) argument [all...] |
/solaris-userland-s11u3/components/beanshell/ |
H A D | Makefile | 49 COMPONENT_BUILD_ARGS += -Ddist-dir=${PROTO_DIR} 50 COMPONENT_BUILD_ARGS += -Djavadoc-dir=${PROTO_DIR}
|
/solaris-userland-s11u3/components/php-5_3/memcache-zts/ |
H A D | Makefile | 39 --with-zlib-dir=/usr
|
/solaris-userland-s11u3/tools/ |
H A D | userland-unpack | 72 def fixup_permissions(dir, verbose): 73 for entry in os.listdir(dir): 76 path = "%s/%s" % (dir, entry) 95 print "Usage: %s [-v|--verbose] [-f|--fix-permissions] [-r|--relocate-to (dir)] (file)" % (sys.argv[0].split('/')[-1]) 126 tempdir = tempfile.mkdtemp(dir='.')
|
H A D | gen-components | 127 for dir, _, files in os.walk(workspace + "/components"): 129 if dir.endswith("meta-packages/history"): 132 p5m_dirs.append(dir)
|
/solaris-userland-s11u3/components/perl512/ |
H A D | Makefile | 25 PATH=$(dir $(CC)):/usr/bin:/usr/gnu/bin 78 CONFIGURE_ENV += PATH=$(dir $(CC)):$(PATH) 124 COMPONENT_BUILD_ENV += PATH=$(dir $(CC.studio.32)):$(PATH)
|
/solaris-userland-s11u3/components/gzip/ |
H A D | Makefile | 71 # Rename installed programs and man pages in proto dir (z*->gz*). 73 (for dir in $(PROTOUSRBINDIR) $(PROTOUSRSHAREMAN1DIR) ; do \ 74 cd $$dir; \
|
/solaris-userland-s11u3/tools/python/pkglint/ |
H A D | userland.py | 281 for dir in ed.get("runpath", "").split(":"): 282 if dir == None or dir == '': 287 if expr.match(dir): 292 list.append(dir) 297 elif not dir.startswith('$ORIGIN/'): 308 relative_dir = dir.strip('/') 326 _("runpath '%s' in '%s' not found in reference paths but contains symlink at '%s'") % (dir, path, pdir), 331 list.append(dir) 335 if expr.search(dir) [all...] |
/solaris-userland-s11u3/components/libtool/ |
H A D | Makefile | 65 (for dir in $(PROTOUSRBINDIR) $(PROTOUSRBINDIR)/$(MACH64) ; do \ 66 cd $$dir; \
|
/solaris-userland-s11u3/components/screen/ |
H A D | Makefile | 43 CONFIGURE_OPTIONS += --disable-socket-dir
|
/solaris-userland-s11u3/components/visual-panels/apache/ |
H A D | Makefile | 49 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
|
/solaris-userland-s11u3/components/visual-panels/coreadm/ |
H A D | Makefile | 50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
|
/solaris-userland-s11u3/components/visual-panels/firewall/ |
H A D | Makefile | 50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
|
/solaris-userland-s11u3/components/visual-panels/smf/ |
H A D | Makefile | 50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
|
/solaris-userland-s11u3/components/visual-panels/sysmon/ |
H A D | Makefile | 50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
|
/solaris-userland-s11u3/components/visual-panels/time/ |
H A D | Makefile | 50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
|
/solaris-userland-s11u3/components/visual-panels/usermgr/ |
H A D | Makefile | 50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
|
/solaris-userland-s11u3/components/visual-panels/zconsole/ |
H A D | Makefile | 50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
|
/solaris-userland-s11u3/components/php-5_3/memcache/ |
H A D | Makefile | 39 --with-zlib-dir=/usr
|
/solaris-userland-s11u3/components/php-5_3/php-cgi/ |
H A D | Makefile | 47 --with-config-file-scan-dir=$(MODULES_CONF_DIR) \
|
/solaris-userland-s11u3/components/ncurses/ |
H A D | Makefile | 58 CONFIGURE_OPTIONS += --with-default-terminfo-dir=$(GNUSHARE)/terminfo
|
/solaris-userland-s11u3/components/php-5_3/ |
H A D | common.mk | 96 --with-libxml-dir=/usr \ 126 --with-exec-dir=$(TOP_DIR)/bin \ 127 --with-freetype-dir=/usr/sfw \ 128 --with-jpeg-dir=/usr \ 132 --with-pcre-dir=/usr \ 134 --with-png-dir=/usr \ 136 --with-xpm-dir=/usr/X11 \
|