/bionic/libc/arch-arm/syscalls/ |
lchown.S | 6 ENTRY(lchown) function 15 END(lchown)
|
/bionic/libc/arch-mips/syscalls/ |
lchown.S | 4 .globl lchown 6 .ent lchown 8 lchown: label 22 .end lchown
|
/bionic/libc/arch-x86/syscalls/ |
lchown.S | 6 ENTRY(lchown) function 27 END(lchown)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
lchown.c | 8 int lchown(const char* path, uid_t owner, gid_t group) { function
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
unistd.in.h | 474 <http://www.opengroup.org/susv3xsh/lchown.html>. */ 475 # define lchown rpl_lchown macro 476 extern int lchown (char const *file, uid_t owner, gid_t group); 479 # undef lchown macro 480 # define lchown(f,u,g) \ macro 481 (GL_LINK_WARNING ("lchown is unportable to pre-POSIX.1-2001 " \ 482 "systems - use gnulib module lchown for portability"), \ 483 lchown (f, u, g))
|
/external/bison/darwin-lib/ |
unistd.h | 1315 # undef lchown macro [all...] |
/external/bison/linux-lib/ |
unistd.h | 1315 # undef lchown macro [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 79 public void lchown(String path, int uid, int gid) throws ErrnoException; method in interface:Os
|
Posix.java | 81 public native void lchown(String path, int uid, int gid) throws ErrnoException; method in class:Posix
|
ForwardingOs.java | 87 public void lchown(String path, int uid, int gid) throws ErrnoException { os.lchown(path, uid, gid); } method in class:ForwardingOs
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.cc | 325 int KernelProxy::lchown(const char* path, uid_t owner, gid_t group) { function in class:nacl_io::KernelProxy [all...] |
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 329 /// int lchown(const char *path, uid_t owner, gid_t group); 330 lchown, enumerator in enum:llvm::LibFunc::Func
|