Home
last modified time | relevance | path

Searched refs:S_IRGRP (Results 1 – 24 of 24) sorted by relevance

/external/bluetooth/bluez/src/
Dstorage.c85 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_device_alias()
98 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_discoverable_timeout()
131 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_pairable_timeout()
162 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_device_mode()
220 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_local_name()
254 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_local_class()
287 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_remote_class()
331 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_device_name()
369 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_remote_eir()
419 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_l2cap_info()
[all …]
Dsdpd-server.c144 chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in init_server()
/external/clearsilver/util/
Dneo_misc.h45 #ifndef S_IRGRP
46 #define S_IRGRP S_IRUSR macro
Dosdep.h17 #define S_IRGRP S_IRUSR macro
Dneo_files.c121 fd = open (path, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP ); in ne_save_file()
Drcfs.c157 fd = open (fpath, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in rcfs_save()
/external/tesseract/liblept/
D_stdio.h41 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/external/dropbear/
Dsshpty.c402 (st.st_mode & (S_IRGRP | S_IROTH)) == 0) { in pty_setowner()
/external/e2fsprogs/debugfs/
Ddump.c46 { LINUX_S_IRGRP, S_IRGRP },
/external/bluetooth/glib/gio/tests/
Dlive-g-file.c80 … NULL, G_FILE_TYPE_DIRECTORY, G_FILE_CREATE_PRIVATE, S_IRUSR + S_IWUSR + S_IRGRP + S_IWGRP + S_IRO…
81 … NULL, G_FILE_TYPE_DIRECTORY, G_FILE_CREATE_PRIVATE, S_IRUSR + S_IXUSR + S_IRGRP + S_IXGRP + S_IRO…
88 …{"readonly_file", NULL, G_FILE_TYPE_REGULAR, G_FILE_CREATE_NONE, S_IRUSR + S_IRGRP + S_IROTH, 0, …
/external/ipsec-tools/src/racoon/
Dsession.c168 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) { in session()
/external/bluetooth/bluez/common/
Dtextfile.c87 S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in create_file()
/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/ppp/pppd/
Doptions.c1095 return sbuf.st_mode & S_IRGRP;
1098 return sbuf.st_mode & S_IRGRP;
/external/elfutils/libasm/
Dasm_end.c499 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)
/external/bluetooth/bluez/tools/
Ddfutool.c611 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in cmd_archive()
/external/bluetooth/bluez/compat/
Dsdp.c119 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in store_device_info()
/external/bluetooth/hcidump/src/
Dhcidump.c487 fd = open(file, open_flags, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in open_file()
/external/bluetooth/bluez/test/
Dhciemu.c195 fd = open(file, O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in create_snoop()
/external/dbus/dbus/
Ddbus-sysdeps-unix.c1176 (S_IRGRP & sb.st_mode) || (S_IWGRP & sb.st_mode)) in _dbus_check_dir_is_private_to_user()
/external/icu4c/tools/tzcode/
Dzic.c24 #define MKDIR_UMASK (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
/external/genext2fs/
Dgenext2fs.c1466 if(st->st_mode & S_IRGRP) in get_mode()