/libcore/ojluni/src/main/java/java/io/ |
D | UnixFileSystem.java | 261 public boolean checkAccess(File f, int access) { in checkAccess() argument 263 switch (access) { in checkAccess() 277 throw new IllegalArgumentException("Bad access mode: " + access); in checkAccess() 281 return Libcore.os.access(f.getPath(), mode); in checkAccess() 305 public boolean setPermission(File f, int access, boolean enable, boolean owneronly) { in setPermission() argument 308 return setPermission0(f, access, enable, owneronly); in setPermission() 310 private native boolean setPermission0(File f, int access, boolean enable, boolean owneronly); in setPermission0() argument
|
D | FileSystem.java | 127 public abstract boolean checkAccess(File f, int access); in checkAccess() argument 133 public abstract boolean setPermission(File f, int access, boolean enable, boolean owneronly); in setPermission() argument
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | FileSystem.java | 72 public abstract boolean checkAccess(java.io.File f, int access); in checkAccess() argument 76 java.io.File f, int access, boolean enable, boolean owneronly); in setPermission() argument
|
/libcore/luni/src/test/parameter_metadata/ |
D | Android.bp | 15 // Contains classes for testing access to parameter information via reflection.
|
/libcore/ojluni/src/main/native/ |
D | UnixFileSystem_md.c | 176 jint access, in Java_java_io_UnixFileSystem_setPermission0() argument 185 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()
|
D | UnixNativeDispatcher.c | 933 RESTARTABLE(access(path, (int)amode), err); in Java_sun_nio_fs_UnixNativeDispatcher_access0()
|
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 73 @Override public boolean access(String path, int mode) throws ErrnoException { in access() method in BlockGuardOs 76 return super.access(path, mode); in access()
|
D | ForwardingOs.java | 131 …public boolean access(@Nullable String path, int mode) throws ErrnoException { return os.access(pa… in access() method in ForwardingOs
|
D | Os.java | 73 public boolean access(String path, int mode) throws ErrnoException; in access() method
|
D | Linux.java | 52 public native boolean access(String path, int mode) throws ErrnoException; in access() method in Linux
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixNativeDispatcher.java | 446 static void access(UnixPath path, int amode) throws UnixException { in access() method in UnixNativeDispatcher
|
D | UnixFileSystemProvider.java | 306 access(file, mode); in checkAccess()
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 62 …public static boolean access(String path, int mode) throws ErrnoException { return Libcore.os.acce… in access() method in Os
|
/libcore/ |
D | JavaLibrary.bp | 540 // A filegroup that provides access to a source file for a toolchain test that 906 // Provide access to I18N constants that are used to initialize 988 // Ensure that core libraries that depend on the public API can access
|
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_Linux.cpp | 1038 int rc = TEMP_FAILURE_RETRY(access(path.c_str(), mode)); in Linux_access() 2746 NATIVE_METHOD(Linux, access, "(Ljava/lang/String;I)Z"),
|
/libcore/mmodules/core_platform_api/api/legacy_platform/ |
D | current.txt | 553 method public boolean access(@Nullable String, int) throws android.system.ErrnoException;
|
/libcore/mmodules/core_platform_api/api/stable_platform/ |
D | current.txt | 553 method public boolean access(@Nullable String, int) throws android.system.ErrnoException;
|
/libcore/api/ |
D | module-lib-current.txt | 553 method public boolean access(@Nullable String, int) throws android.system.ErrnoException;
|
D | current.txt | 19 method public static boolean access(String, int) throws android.system.ErrnoException;
|
/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
|