Searched refs:stat (Results 26 - 50 of 101) sorted by relevance

12345

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Utils.c61 static struct stat statBuf;
64 if (stat(path, &statBuf) == 0) {
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h52 #include <sys/stat.h>
254 extern int pr_stat(struct ps_prochandle *, const char *, struct stat *);
255 extern int pr_lstat(struct ps_prochandle *, const char *, struct stat *);
256 extern int pr_fstat(struct ps_prochandle *, int, struct stat *);
/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c33 #include <sys/stat.h>
107 struct stat statbuf;
160 if (stat(pathname, &statbuf) == -1) {
224 struct stat statbuf;
554 struct stat statbuf;
593 if (stat(DEFAULT_ZONEINFO_FILE, &statbuf) == -1) {
H A DFileSystemPreferences.c32 #include <sys/stat.h>
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DgenUnixConstants.c30 #include <sys/stat.h>
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dutils.cpp32 #include <sys/stat.h>
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.cpp47 // stat is deallocated inside GCNotificationRequest
48 GCStatInfo* stat = new(ResourceObj::C_HEAP, mtGC) GCStatInfo(num_pools); local
49 mgr->get_last_gc_stat(stat);
50 GCNotificationRequest *request = new GCNotificationRequest(os::javaTimeMillis(),mgr,action,cause,stat);
H A DthreadService.hpp508 ThreadStatistics* stat = java_thread->get_thread_stat(); local
509 stat->contended_enter();
512 stat->contended_enter_begin();
542 // thread status is not changed and contended enter stat is not collected.
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DBsdVirtualMachine.c39 #include <sys/stat.h>
135 struct stat sb;
146 res = stat(p, &sb);
/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.cpp35 # include <sys/stat.h>
117 struct stat st;
119 if (os::stat(path, &st) != 0) {
487 struct stat st;
489 if (os::stat(path, &st) != 0) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java230 * @param stat
233 protected static boolean isSoap1_1Content(int stat) { argument
234 return (stat & SOAP1_1_FLAG) != 0;
238 * @param stat
241 protected static boolean isSoap1_2Content(int stat) { argument
242 return (stat & SOAP1_2_FLAG) != 0;
334 * @param stat
339 protected MessageImpl(MimeHeaders headers, final ContentType contentType, int stat, final InputStream in) throws SOAPExceptionImpl { argument
340 init(headers, stat, contentType, in);
344 private void init(MimeHeaders headers, int stat, fina argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DHeapSummary.java299 StringStat stat = new StringStat();
301 strTable.stringsDo(stat);
302 stat.print();
/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp36 #include <sys/stat.h>
489 struct stat st;
493 RESTARTABLE(::stat(path, &st), ret);
H A DperfMemory_bsd.cpp42 # include <sys/stat.h>
206 struct stat statbuf;
372 struct stat statbuf;
802 struct stat statbuf;
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c73 #include <sys/stat.h>
341 struct stat statbuf;
351 if (stat(buf, &statbuf) == -1 && errno == ENOENT) {
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c33 #include <sys/stat.h>
285 struct stat s;
297 if (stat(tmpbuf, &s) != 0) {
306 if (stat(tmpbuf, &s) != 0) {
350 struct stat s;
355 if (stat(javadll, &s) == 0) {
361 if (stat(javadll, &s) == 0) {
392 struct stat s;
420 if (stat(jvmpath, &s) == 0) {
/openjdk7/jdk/src/solaris/native/java/io/
H A Dcanonicalize_md.c33 #include <sys/stat.h>
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c12 #include <sys/stat.h>
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c35 #include <sys/stat.h>
224 struct stat statbuf;
226 if (stat(tmp, &statbuf) == 0) {
760 struct stat s;
770 if (stat(jvmpath, &s) == 0) {
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp38 #include <sys/stat.h>
359 struct stat statbuf;
368 if (::stat(filename, &statbuf) == OS_ERR) {
1358 struct stat statbuf;
1359 int ret_code = ::stat(filename, &statbuf);
1543 struct stat statbuf;
1553 if (::stat(filename, &statbuf) == OS_ERR) {
1555 warning("stat %s failed: %s\n", filename, strerror(errno));
/openjdk7/jdk/test/com/sun/jdi/
H A DShellScaffold.sh975 stat="$?"
997 stat=$?
1004 return $stat
H A DRedefineMulti.sh53 // stat() calls version 2 of doSomething() instead of
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java653 HandshakeStatus stat = HandshakeStatus.NEED_WRAP;
655 while (stat == HandshakeStatus.NEED_WRAP) {
657 stat = r.result.getHandshakeStatus();
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp42 # include <sys/stat.h>
206 struct stat statbuf;
372 struct stat statbuf;
802 struct stat statbuf;
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp42 # include <sys/stat.h>
208 struct stat statbuf;
363 struct stat statbuf;
817 struct stat statbuf;

Completed in 109 milliseconds

12345