Lines Matching defs:in

9  * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
45 * actions. A pathname that ends in "/*" (where "/" is
47 * all the files and directories contained in that directory. A pathname
49 * and subdirectories contained in that directory. A pathname consisting of
53 * in the current directory, while a pathname consisting of a single "-"
54 * indicates all the files in the current directory and
55 * (recursively) all files and subdirectories contained in the current
58 * The actions to be granted are passed to the constructor in a string containing
89 * directory it's in (or a subdirectory of that directory); it does not
151 // created and re-used in the getAction function.
216 // intended to match all entries in a directory
259 * <p>A pathname that ends in "/*" (where "/" is
261 * indicates all the files and directories contained in that directory.
263 * subdirectories contained in that directory. The special pathname
267 * in the current directory, while a pathname consisting of a single "-"
268 * indicates all the files in the current directory and
269 * (recursively) all files and subdirectories contained in the current
316 * "/tmp/*" encompasses all files in the "/tmp" directory,
361 // if the permission passed in is a directory
564 * Always returns present actions in the following order:
608 * That is, this method always returns present actions in the following order:
628 * FilePermission objects must be stored in a manner that allows them
629 * to be inserted into the collection in any order, but that also enables the
631 * method to be implemented in an efficient (and consistent) manner.
682 // Read in the actions, then restore everything else by calling init.
691 * must be stored in a manner that allows them to be inserted in any
760 * expressed in "permission".
764 * @return true if "permission" is a proper subset of a permission in
795 * Returns an enumeration of all the FilePermission objects in the
844 * Reads in a Vector of FilePermissions and saves them in the perms field.
847 private void readObject(ObjectInputStream in) throws IOException,
851 // Read in serialized fields
852 ObjectInputStream.GetField gfields = in.readFields();