Searched defs:fileReadBegin (Results 1 - 4 of 4) 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 DIoTraceAgent.java87 public static Object fileReadBegin(String path) { method in class:IoTraceAgent
90 return l.fileReadBegin(path);
H A DIoTraceBase.java64 public Object fileReadBegin(String p) { method in class:IoTraceBase
/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()

Completed in 23 milliseconds