/libcore/ojluni/src/main/java/java/io/ |
D | UnixFileSystem.java | 248 public boolean checkAccess(File f, int access) { in checkAccess() argument 250 return checkAccess0(f, access); in checkAccess() 253 private native boolean checkAccess0(File f, int access); in checkAccess0() argument 269 public boolean setPermission(File f, int access, boolean enable, boolean owneronly) { in setPermission() argument 271 return setPermission0(f, access, enable, owneronly); in setPermission() 274 private native boolean setPermission0(File f, int access, boolean enable, boolean owneronly); in setPermission0() argument
|
D | FileSystem.java | 132 public abstract boolean checkAccess(File f, int access); in checkAccess() argument 138 public abstract boolean setPermission(File f, int access, boolean enable, boolean owneronly); in setPermission() argument
|
/libcore/ojluni/src/main/native/ |
D | UnixFileSystem_md.c | 158 if (access(path, mode) == 0) { in Java_java_io_UnixFileSystem_checkAccess0() 169 jint access, in Java_java_io_UnixFileSystem_setPermission0() argument 178 switch (access) { in Java_java_io_UnixFileSystem_setPermission0()
|
D | zip_util.c | 99 const DWORD access = in ZFILE_Open() local 122 access, /* Read and/or write permission */ in ZFILE_Open()
|
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 67 @Override public boolean access(String path, int mode) throws ErrnoException { in access() method in BlockGuardOs 69 return os.access(path, mode); in access()
|
D | ForwardingOs.java | 54 …public boolean access(String path, int mode) throws ErrnoException { return os.access(path, mode);… in access() method in ForwardingOs
|
D | Os.java | 45 public boolean access(String path, int mode) throws ErrnoException; in access() method
|
D | Posix.java | 48 public native boolean access(String path, int mode) throws ErrnoException; in access() method in Posix
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 54 …public static boolean access(String path, int mode) throws ErrnoException { return Libcore.os.acce… in access() method in Os
|
/libcore/ |
D | LICENSE | 158 If distribution of executable or object code is made by offering access to copy 159 from a designated place, then offering equivalent access to copy the source
|
/libcore/luni/src/main/native/ |
D | libcore_io_Posix.cpp | 750 int rc = TEMP_FAILURE_RETRY(access(path.c_str(), mode)); in Posix_access() 1965 NATIVE_METHOD(Posix, access, "(Ljava/lang/String;I)Z"),
|
/libcore/ojluni/ |
D | NOTICE | 54 * Low-level Unicode bidi/shaping properties access. 444 If distribution of executable or object code is made by offering access to copy 445 from a designated place, then offering equivalent access to copy the source 1479 <p><code>Replaceable</code> also includes API to access characters
|