Searched refs:dir (Results 1 - 25 of 56) sorted by relevance

123

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/finder/
H A DResourceFinder.java82 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 Dsystem-management-visual-panels-doc.sh46 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 DMakefile48 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 DRemoteFileSystemView.java61 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 DMakefile49 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 DMakefile39 --with-zlib-dir=/usr
/solaris-userland-s11u3/tools/
H A Duserland-unpack72 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 Dgen-components127 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 DMakefile25 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 DMakefile71 # 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 Duserland.py281 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 DMakefile65 (for dir in $(PROTOUSRBINDIR) $(PROTOUSRBINDIR)/$(MACH64) ; do \
66 cd $$dir; \
/solaris-userland-s11u3/components/screen/
H A DMakefile43 CONFIGURE_OPTIONS += --disable-socket-dir
/solaris-userland-s11u3/components/visual-panels/apache/
H A DMakefile49 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
/solaris-userland-s11u3/components/visual-panels/coreadm/
H A DMakefile50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
/solaris-userland-s11u3/components/visual-panels/firewall/
H A DMakefile50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
/solaris-userland-s11u3/components/visual-panels/smf/
H A DMakefile50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
/solaris-userland-s11u3/components/visual-panels/sysmon/
H A DMakefile50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
/solaris-userland-s11u3/components/visual-panels/time/
H A DMakefile50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
/solaris-userland-s11u3/components/visual-panels/usermgr/
H A DMakefile50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
/solaris-userland-s11u3/components/visual-panels/zconsole/
H A DMakefile50 COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
/solaris-userland-s11u3/components/php-5_3/memcache/
H A DMakefile39 --with-zlib-dir=/usr
/solaris-userland-s11u3/components/php-5_3/php-cgi/
H A DMakefile47 --with-config-file-scan-dir=$(MODULES_CONF_DIR) \
/solaris-userland-s11u3/components/ncurses/
H A DMakefile58 CONFIGURE_OPTIONS += --with-default-terminfo-dir=$(GNUSHARE)/terminfo
/solaris-userland-s11u3/components/php-5_3/
H A Dcommon.mk96 --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 \

Completed in 105 milliseconds

123