Searched refs:fileReadBegin (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceListener.java107 public Object fileReadBegin(String path); method in interface:IoTraceListener
113 * the context returned by the previous call to fileReadBegin()
133 * the context returned by the previous call to fileReadBegin()
H A DIoTraceBase.java64 public Object fileReadBegin(String p) { method in class:IoTraceBase
H A DIoTraceAgent.java87 public static Object fileReadBegin(String path) { method in class:IoTraceAgent
90 return l.fileReadBegin(path);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DIoTrace.java132 public static Object fileReadBegin(String path) { method in class:IoTrace
140 * the context returned by the previous call to fileReadBegin()
163 * the context returned by the previous call to fileReadBegin()
/openjdk7/jdk/src/share/classes/java/io/
H A DFileInputStream.java207 Object traceContext = IoTrace.fileReadBegin(path);
240 Object traceContext = IoTrace.fileReadBegin(path);
269 Object traceContext = IoTrace.fileReadBegin(path);
H A DRandomAccessFile.java327 Object traceContext = IoTrace.fileReadBegin(path);
347 Object traceContext = IoTrace.fileReadBegin(path);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java142 Object traceContext = IoTrace.fileReadBegin(path);
172 Object traceContext = IoTrace.fileReadBegin(path);
692 Object traceContext = IoTrace.fileReadBegin(path);

Completed in 289 milliseconds