HomeSort by relevance Sort by last modified time
    Searched refs:chown (Results 126 - 150 of 229) sorted by null

1 2 3 4 56 7 8 910

  /external/protobuf/gtest/build-aux/
install-sh 63 chownprog=${CHOWNPROG-chown}
  /external/protobuf/
install-sh 63 chownprog=${CHOWNPROG-chown}
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 358 chown
role-base.conf 358 chown
user-base.conf 358 chown
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 358 chown
small-base.conf 358 chown
  /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);
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 124 PERLBN(chown);
  /external/strace/
uid.c 109 SYS_FUNC(chown)
sys_func.h 15 extern SYS_FUNC(chown);
  /frameworks/base/cmds/app_process/
app_main.cpp 170 result = chown(dalvikCacheDir, AID_ROOT, AID_ROOT);
  /system/core/init/
keywords.h 48 KEYWORD(chown, COMMAND, 2, do_chown)
  /system/core/libcutils/
fs.c 76 if (TEMP_FAILURE_RETRY(chown(path, uid, gid)) == -1) {
77 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno));
  /system/core/libprocessgroup/
processgroup.cpp 290 ret = chown(path, uid, gid);
309 SLOGE("failed to make and chown %s: %s", path, strerror(-ret));
317 SLOGE("failed to make and chown %s: %s", path, strerror(-ret));
  /frameworks/native/cmds/installd/
commands.cpp 72 if (chown(pkgdir, uid, gid) < 0) {
73 ALOGE("cannot chown dir '%s': %s\n", pkgdir, strerror(errno));
133 if (chown(pkgdir, uid, gid) < 0) {
134 ALOGE("cannot chown dir '%s': %s\n", pkgdir, strerror(errno));
171 if (chown(pkgdir, uid, uid) < 0) {
172 ALOGE("cannot chown dir '%s': %s\n", pkgdir, strerror(errno));
    [all...]
  /external/openssh/contrib/aix/
buildbff.sh 235 chown 0 $PRIVSEP_PATH
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 358 chown
base-notmetreq.conf 353 chown
small-base.conf 358 chown
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 358 chown
  /hardware/libhardware_legacy/wifi/
wifi.c 368 if (chown(SUPP_ENTROPY_FILE, AID_SYSTEM, AID_WIFI) < 0) {
433 if (chown(config_file, AID_SYSTEM, AID_WIFI) < 0) {
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 102 int chown (const char *, uid_t, gid_t);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 102 int chown (const char *, uid_t, gid_t);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 102 int chown (const char *, uid_t, gid_t);

Completed in 652 milliseconds

1 2 3 4 56 7 8 910