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

  /bionic/libc/bionic/
chown.cpp 34 int chown(const char* path, uid_t uid, gid_t gid) { function
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 81 @Override public void chown(String path, int uid, int gid) throws ErrnoException { method in class:BlockGuardOs
83 os.chown(path, uid, gid);
ForwardingOs.java 70 public void chown(String path, int uid, int gid) throws ErrnoException { os.chown(path, uid, gid); } method in class:ForwardingOs
Linux.java 61 public native void chown(String path, int uid, int gid) throws ErrnoException; method in class:Linux
Os.java 55 public void chown(String path, int uid, int gid) throws ErrnoException; method in interface:Os
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixCopyFile.java 166 chown(target, attrs.uid(), attrs.gid()); method
346 chown(target, attrs.uid(), attrs.gid()); method
UnixFileAttributeViews.java 242 // chown
247 chown(file, uid, gid); method
UnixNativeDispatcher.java 330 * chown(const char* path, uid_t owner, gid_t group)
332 static void chown(UnixPath path, int uid, int gid) throws UnixException { method in class:UnixNativeDispatcher
  /external/bison/darwin-lib/
unistd.h 566 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
577 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/chown.html. */
580 # undef chown
581 # define chown rpl_chown
583 _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)
585 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid));
588 _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)
591 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid));
593 _GL_CXXALIASWARN (chown);
595 # undef chown macro
    [all...]
  /external/bison/linux-lib/
unistd.h 566 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
577 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/chown.html. */
580 # undef chown
581 # define chown rpl_chown
583 _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)
585 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid));
588 _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)
591 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid));
593 _GL_CXXALIASWARN (chown);
595 # undef chown macro
    [all...]
  /libcore/luni/src/main/java/android/system/
Os.java 90 * See <a href="http://man7.org/linux/man-pages/man2/chown.2.html">chown(2)</a>.
92 public static void chown(String path, int uid, int gid) throws ErrnoException { Libcore.os.chown(path, uid, gid); } method in class:Os
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 1766 def chown(self, path, uid, gid): member in class:FakeOsModule
    [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 88 * @param uid to apply through {@code chown}, or -1 to leave unchanged
89 * @param gid to apply through {@code chown}, or -1 to leave unchanged
100 * @param uid to apply through {@code chown}, or -1 to leave unchanged
101 * @param gid to apply through {@code chown}, or -1 to leave unchanged
114 Os.chown(path, uid, gid);
116 Slog.w(TAG, "Failed to chown(" + path + "): " + e);
128 * @param uid to apply through {@code chown}, or -1 to leave unchanged
129 * @param gid to apply through {@code chown}, or -1 to leave unchanged
156 Os.chown(to.getAbsolutePath(), stat.st_uid, stat.st_gid);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 2259 def chown(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 2261 def chown(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 2261 def chown(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 2261 def chown(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 2261 def chown(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 565 Os.chown(path, -1, gid);
    [all...]
  /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 758 milliseconds