Lines Matching defs:file

8  * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
33 * name space into the file system name space and vice-versa.
36 * store file for instrumentation shared memory region for a JVM
53 * The file name prefix for PerfData shared memory files.
65 * The file name pattern for PerfData shared memory files.
67 * This pattern must be kept in synch with the file name pattern
73 * The file name pattern for 1.4.1 PerfData shared memory files.
75 * This pattern must be kept in synch with the file name pattern
83 * Get a File object for the instrumentation backing store file
86 * This method looks for the most up to date backing store file for
93 * @return File - a File object to the backing store file for the named
111 * match the file name patterns.
136 * file named <lvmid> in that directory
143 * found a file matching the name patterns. This
144 * is a 1.4.1 hsperfdata_<lvmid> file.
166 * Return the File object for the backing store file for the specified Java
169 * This method looks for the most up to date backing store file for
176 * @return File - a File object to the backing store file for the named
226 * file name of the given File object.
228 * @param file A File object representing the name of a
231 * associated with the file
232 * @throws java.lang.IllegalArgumentException Thrown if the file name
235 public static int getLocalVmId(File file) {
240 return Integer.parseInt(file.getName());
244 String name = file.getName();
256 throw new IllegalArgumentException("file name does not match pattern");
300 * file separator character where as Linix does not? (this change