HomeSort by relevance Sort by last modified time
    Searched refs:fchmod (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /external/libpcap/lbl/
os-sunos4.h 64 int fchmod(int, int);
  /external/tcpdump/lbl/
os-sunos4.h 64 int fchmod(int, int);
  /frameworks/native/opengl/libs/EGL/
FileBlobCache.cpp 181 fchmod(fd, S_IRUSR);
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraHALPP.cpp 324 fchmod(file_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
  /system/netd/server/
main.cpp 196 if (fchmod(fd, PID_FILE_MODE) == -1) {
  /external/e2fsprogs/util/
subst.c 437 (void) fchmod(ofd, 0444);
445 (void) fchmod(ofd, 0444);
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixCopyFile.java 164 fchmod(dfd, attrs.mode()); method
259 fchmod(fo, attrs.mode()); method
UnixFileAttributeViews.java 232 fchmod(fd, mode); method
  /external/elfutils/src/
ranlib.c 278 || fchmod (newfd, st.st_mode & ALLPERMS) != 0
ar.c 673 if (unlikely (fchmod (xfd, arhdr->ar_mode) != 0))
813 || fchmod (newfd, st.st_mode & ALLPERMS) != 0
1062 if (fchmod (newfd, st.st_mode & ALLPERMS) != 0
    [all...]
  /external/toybox/toys/posix/
cpio.c 180 if (!err) err = fchmod(fd, mode);
  /external/valgrind/memcheck/tests/solaris/
scalar_obsolete.stderr.exp 209 Syscall param fchmod(fildes) contains uninitialised byte(s)
212 Syscall param fchmod(mode) contains uninitialised byte(s)
  /external/vboot_reference/futility/
futility.c 109 fchmod(log_fd, 0666);
  /frameworks/base/cmds/idmap/
create.cpp 40 if (fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) {
41 ALOGD("error: fchmod %s: %s\n", path, strerror(errno));
  /frameworks/ml/nn/driver/cache/nnCache/
nnCache.cpp 228 fchmod(fd, S_IRUSR);
  /frameworks/native/cmds/installd/tests/
installd_service_test.cpp 74 ::fchmod(fd, mode);
  /external/strace/
sys_func.h 44 extern SYS_FUNC(fchmod);
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 127 @Override public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { method in class:BlockGuardOs
129 os.fchmod(fd, mode);
  /external/e2fsprogs/debugfs/
dump.c 77 i = fchmod(fd, mode_xlate(inode->i_mode));
  /external/ipsec-tools/src/racoon/
session.c 167 if (fchmod(fileno(fp),
  /external/selinux/libselinux/utils/
sefcontext_compile.c 429 rc = fchmod(fd, buf.st_mode);
431 fprintf(stderr, "%s: fchmod %s failed: %s\n", argv[0], tmp, strerror(errno));
  /external/toybox/toys/pending/
crontab.c 274 fchmod(destfd, 0666);
  /system/core/base/
file.cpp 115 // We do an explicit fchmod here because we assume that the caller really
117 if (fchmod(fd, mode) == -1) {
118 PLOG(ERROR) << "android::WriteStringToFile fchmod failed";
  /system/update_engine/payload_consumer/
download_action.cc 110 if (fchmod(p2p_sharing_fd_, 0644) != 0) {
  /external/adhd/cras/src/server/
cras_server.c 466 /* Linux quirk: calling fchmod before bind, sets the permissions of the
469 rc = fchmod(socket_fd, 0700);

Completed in 939 milliseconds

12 3 4 5 6 7