Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 – 25 of 32) sorted by relevance

12

/external/kernel-headers/original/linux/
Dstat.h39 #define S_IWGRP 00020 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/external/stlport/src/details/
Dfstream_stdio.cpp62 # define S_IWGRP _S_IWRITE macro
267 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
Dfstream_unistd.cpp221 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
/external/dropbear/
Dsshpty.c367 mode = S_IRUSR | S_IWUSR | S_IWGRP; in pty_setowner()
370 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH; in pty_setowner()
Dsvr-authpubkey.c329 if (filestat.st_mode & (S_IWGRP | S_IWOTH)) { in checkfileperm()
/external/dhcpcd/
Dcontrol.c140 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1 || in start_control()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCookieJar.cpp134 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP; in WebCookieJar()
DGeolocationPermissions.cpp407 if (chmod(filename.utf8().data(), S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP)) { in openDatabase()
/external/webkit/Source/WebKit/android/jni/
DWebIconDatabase.cpp175 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP; in Open()
DWebSettings.cpp64 static const int permissionFlags660 = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;
/external/bluetooth/bluez/src/
Dsdpd-server.c147 chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in init_server()
Dtextfile.c85 umask(S_IWGRP | S_IWOTH); in create_file()
/external/e2fsprogs/debugfs/
Ddump.c47 { LINUX_S_IWGRP, S_IWGRP },
/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.c124 chmod(ctrl->local.sun_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in wpa_ctrl_open()
/external/wpa_supplicant/
Dwpa_ctrl.c103 chmod(ctrl->local.sun_path, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP); in wpa_ctrl_open()
Dconfig_file.c266 chmod(name, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP); in wpa_config_read()
/external/bluetooth/glib/glib/
Dgiounix.c517 create_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in g_io_channel_new_file()
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dwpa_ctrl.c126 chmod(ctrl->local.sun_path, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP); in wpa_ctrl_open()
/external/elfutils/libasm/
Dasm_end.c499 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)
/external/chromium/base/files/
Dfile_path_watcher_browsertest.cc510 mode = S_IWUSR | S_IWGRP | S_IWOTH; in ChangeFilePermissions()
/external/qemu/slirp/
Dmisc.c216 (void) chmod(line, S_IRUSR|S_IWUSR|S_IWGRP);
/external/qemu/slirp-android/
Dmisc.c196 (void) chmod(line, S_IRUSR|S_IWUSR|S_IWGRP);
/external/valgrind/main/include/vki/
Dvki-darwin.h132 #define VKI_S_IWGRP S_IWGRP
/external/ppp/pppd/
Dtty.c596 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) { in connect_tty()
/external/qemu/block/
Dvvfat.c31 #ifndef S_IWGRP
32 #define S_IWGRP 0 macro
784 (st.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) == 0; in read_directory()

12