HomeSort by relevance Sort by last modified time
    Searched defs:fchmod (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libc/bionic/
fchmod.cpp 40 int fchmod(int fd, mode_t mode) { function
48 // may not directly support fchmod() on such a file descriptor.
52 // As of February 2015, there are no kernels which support fchmod
53 // on an O_PATH file descriptor, and "man open" documents fchmod
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 127 @Override public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { method in class:BlockGuardOs
129 os.fchmod(fd, mode);
ForwardingOs.java 80 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { os.fchmod(fd, mode); } method in class:ForwardingOs
Linux.java 71 public native void fchmod(FileDescriptor fd, int mode) throws ErrnoException; method in class:Linux
Os.java 65 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException; method in interface:Os
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixCopyFile.java 164 fchmod(dfd, attrs.mode()); method
259 fchmod(fo, attrs.mode()); method
UnixFileAttributeViews.java 232 fchmod(fd, mode); method
UnixSecureDirectoryStream.java 511 fchmod(fd, UnixFileModeAttribute.toUnixMode(perms)); method
UnixNativeDispatcher.java 377 * fchmod(int fildes, mode_t mode)
379 static native void fchmod(int fd, int mode) throws UnixException; method in class:UnixNativeDispatcher
  /libcore/luni/src/main/java/android/system/
Os.java 130 * See <a href="http://man7.org/linux/man-pages/man2/fchmod.2.html">fchmod(2)</a>.
132 public static void fchmod(FileDescriptor fd, int mode) throws ErrnoException { Libcore.os.fchmod(fd, mode); } method in class:Os
  /frameworks/base/core/java/android/os/
FileUtils.java 151 Os.fchmod(fd, mode);
153 Slog.w(TAG, "Failed to fchmod(): " + e);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 391 milliseconds

1 2