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

  /bionic/libc/arch-arm/syscalls/
chown.S 5 ENTRY(chown) function
14 END(chown)
  /bionic/libc/arch-x86/syscalls/
chown.S 5 .type chown, @function
6 .globl chown
9 chown: label
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 120 <http://www.opengroup.org/susv3xsh/chown.html>. */
121 # define chown rpl_chown macro
122 extern int chown (const char *file, uid_t uid, gid_t gid);
126 # undef chown
127 # define chown(f,u,g) \
128 (GL_LINK_WARNING ("chown fails to follow symlinks on some systems and " \
130 "use gnulib module chown for portability"), \
131 chown (f, u, g))

Completed in 161 milliseconds