HomeSort by relevance Sort by last modified time
    Searched defs:chown (Results 1 - 15 of 15) 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 76 @Override public void chown(String path, int uid, int gid) throws ErrnoException { method in class:BlockGuardOs
78 os.chown(path, uid, gid);
ForwardingOs.java 59 public void chown(String path, int uid, int gid) throws ErrnoException { os.chown(path, uid, gid); } method in class:ForwardingOs
Os.java 50 public void chown(String path, int uid, int gid) throws ErrnoException; method in interface:Os
Posix.java 53 public native void chown(String path, int uid, int gid) throws ErrnoException; method in class:Posix
  /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...]
  /frameworks/base/core/java/android/os/
FileUtils.java 79 * @param uid to apply through {@code chown}, or -1 to leave unchanged
80 * @param gid to apply through {@code chown}, or -1 to leave unchanged
91 * @param uid to apply through {@code chown}, or -1 to leave unchanged
92 * @param gid to apply through {@code chown}, or -1 to leave unchanged
105 Os.chown(path, uid, gid);
107 Slog.w(TAG, "Failed to chown(" + path + "): " + e);
119 * @param uid to apply through {@code chown}, or -1 to leave unchanged
120 * @param gid to apply through {@code chown}, or -1 to leave unchanged
  /libcore/luni/src/main/java/android/system/
Os.java 65 * See <a href="http://man7.org/linux/man-pages/man2/chown.2.html">chown(2)</a>.
67 public static void chown(String path, int uid, int gid) throws ErrnoException { Libcore.os.chown(path, uid, gid); } method in class:Os
  /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...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 267 milliseconds