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

1 2 3 4 5

  /bionic/libc/arch-arm/syscalls/
chown.S 5 ENTRY(chown) function
14 END(chown)
  /bionic/libc/arch-sh/syscalls/
chown.S 5 .type chown, @function
6 .globl chown
9 chown: label
  /bionic/libc/arch-x86/syscalls/
chown.S 5 .type chown, @function
6 .globl chown
9 chown: label
  /external/chromium/chrome/browser/ui/cocoa/
keystone_promote_preflight.sh 66 chown "root:wheel" "${SYSTEM_BRAND}" >& /dev/null
78 chown -h "${OWNER_GROUP}" "${LIB_GOOG}" >& /dev/null
83 chown -Rh "${OWNER_GROUP}" "${LIB_GOOG_GSU}" >& /dev/null
keystone_promote_postflight.sh 45 chown -Rh "${OWNER_GROUP}" "${APP}" >& /dev/null
install.sh 88 chown -Rh root:wheel "${DEST}" >& /dev/null
  /system/extras/bugmailer/
bugmailer.sh 23 chown root.sdcard_rw $bugreport.txt
24 chown root.sdcard_rw $screenshot
  /external/e2fsprogs/debian/
uuid-runtime.postinst 10 chown libuuid:libuuid /usr/sbin/uuidd
libuuid1.postinst 35 chown libuuid:libuuid /var/lib/libuuid
  /external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/log/
run 34 chown "${buildbot_user}" "${buildbot_log_path}"
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/log/
run 34 chown "${buildbot_user}" "${crashmon_log_path}"
  /external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/log/
run 34 chown "${buildbot_user}" "${xvfb_log_path}"
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 26 chown -R root.root .
29 chown -R root.bin $PKG/usr/sbin
  /system/core/toolbox/
chown.c 18 fprintf(stderr, "Usage: chown <USER>[.GROUP] <FILE1> [FILE2] ...\n");
35 gid_t gid = -1; // passing -1 to chown preserves current group
64 if (chown(argv[i], uid, gid) < 0) {
Android.mk 44 chown \
  /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))
  /frameworks/base/cmds/installd/
commands.c 56 if (chown(pkgdir, uid, gid) < 0) {
57 LOGE("cannot chown dir '%s': %s\n", pkgdir, strerror(errno));
72 if (chown(libdir, AID_SYSTEM, AID_SYSTEM) < 0) {
73 LOGE("cannot chown dir '%s': %s\n", libdir, strerror(errno));
133 if (chown(pkgdir, uid, uid) < 0) {
134 LOGE("cannot chown dir '%s': %s\n", pkgdir, strerror(errno));
283 if (chown(pkgpath, s.st_uid, gid) < 0) {
529 LOGE("dexopt cannot chown '%s'\n", dex_path);
596 chown(path, uid, gid);
628 if (chown(dstpath, dstuid, dstgid) < 0)
    [all...]
  /bootable/recovery/tools/ota/
check-lost+found.c 49 chown(kOutputDir, AID_SYSTEM, AID_SYSTEM);
  /external/dropbear/
sshpty.c 250 if (chown(tty_name, (uid_t) 0, (gid_t) 0) < 0
253 "chown %.100s 0 0 failed: %.100s", tty_name, strerror(errno));
384 if (chown(tty_name, pw->pw_uid, gid) < 0) {
388 "chown(%.100s, %u, %u) failed: %.100s",
392 dropbear_exit("chown(%.100s, %u, %u) failed: %.100s",
  /system/core/init/
builtins.c 257 if (chown(args[1], uid, gid)) {
632 if (chown(args[2], decode_uid(args[1]), -1) < 0)
635 if (chown(args[3], decode_uid(args[1]), decode_uid(args[2])))
  /bionic/libc/include/
unistd.h 122 extern int chown(const char *, uid_t, gid_t);
  /bootable/recovery/minzip/
DirUtil.c 239 if (chown(path, uid, gid) ||
  /development/ndk/platforms/android-3/include/
unistd.h 114 extern int chown(const char *, uid_t, gid_t);
  /development/ndk/platforms/android-8/include/
unistd.h 118 extern int chown(const char *, uid_t, gid_t);
  /development/ndk/platforms/android-9/include/
unistd.h 121 extern int chown(const char *, uid_t, gid_t);

Completed in 613 milliseconds

1 2 3 4 5