Searched refs:chown (Results 1 – 11 of 11) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixCopyFile.java | 166 chown(target, attrs.uid(), attrs.gid()); in copyDirectory() 346 chown(target, attrs.uid(), attrs.gid()); in copySpecial()
|
D | UnixFileAttributeViews.java | 247 chown(file, uid, gid); in setOwners()
|
D | UnixNativeDispatcher.java | 332 static void chown(UnixPath path, int uid, int gid) throws UnixException { in chown() method in UnixNativeDispatcher
|
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 87 @Override public void chown(String path, int uid, int gid) throws ErrnoException { in chown() method in BlockGuardOs 90 super.chown(path, uid, gid); in chown()
|
D | ForwardingOs.java | 174 …public void chown(String path, int uid, int gid) throws ErrnoException { os.chown(path, uid, gid);… in chown() method in ForwardingOs
|
D | Os.java | 109 public void chown(String path, int uid, int gid) throws ErrnoException; in chown() method
|
D | Linux.java | 62 public native void chown(String path, int uid, int gid) throws ErrnoException; in chown() method in Linux
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 126 …public static void chown(String path, int uid, int gid) throws ErrnoException { Libcore.os.chown(p… in chown() method in Os
|
/libcore/ojluni/src/main/native/ |
D | UnixNativeDispatcher.c | 587 RESTARTABLE(chown(path, (uid_t)uid, (gid_t)gid), err); in Java_sun_nio_fs_UnixNativeDispatcher_chown0()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1162 throwIfMinusOne(env, "chown", TEMP_FAILURE_RETRY(chown(path.c_str(), uid, gid))); in Linux_chown() 2759 NATIVE_METHOD(Linux, chown, "(Ljava/lang/String;II)V"),
|
/libcore/api/ |
D | current.txt | 23 method public static void chown(String, int, int) throws android.system.ErrnoException;
|