/external/bluetooth/bluez/src/ |
D | storage.c | 92 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_device_alias() 105 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_discoverable_timeout() 138 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_pairable_timeout() 169 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_device_mode() 227 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_local_name() 261 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_local_class() 294 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_remote_class() 338 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_device_name() 376 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_remote_eir() 423 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_version_info() [all …]
|
D | sdpd-server.c | 147 chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in init_server()
|
D | textfile.c | 87 S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in create_file()
|
/external/kernel-headers/original/linux/ |
D | stat.h | 43 #define S_IROTH 00004 macro 52 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 64 # ifndef S_IROTH 65 # define S_IROTH _S_IREAD macro 267 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
|
D | fstream_unistd.cpp | 221 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/ |
D | AttribPermissions.java | 29 public static final int S_IROTH = 0004; field in AttribPermissions
|
/external/openssh/openbsd-compat/ |
D | strmode.c | 123 if (mode & S_IROTH) in strmode()
|
/external/icu4c/tools/toolutil/ |
D | toolutil.cpp | 172 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH)); in uprv_mkdir()
|
/external/clang/tools/scan-build/ |
D | set-xcode-analyzer | 40 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
|
/external/openssh/ |
D | sshpty.c | 255 (st.st_mode & (S_IRGRP | S_IROTH)) == 0) in pty_setowner()
|
D | defines.h | 160 # define S_IROTH 0000004 /* read permission, other */ macro
|
/external/dropbear/ |
D | sshpty.c | 402 (st.st_mode & (S_IRGRP | S_IROTH)) == 0) { in pty_setowner()
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 49 { LINUX_S_IROTH, S_IROTH },
|
/external/ipsec-tools/src/racoon/ |
D | session.c | 168 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) { in session()
|
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 80 …IRECTORY, G_FILE_CREATE_PRIVATE, S_IRUSR + S_IWUSR + S_IRGRP + S_IWGRP + S_IROTH + S_IWOTH, 0, TES… 81 …DIRECTORY, G_FILE_CREATE_PRIVATE, S_IRUSR + S_IXUSR + S_IRGRP + S_IXGRP + S_IROTH + S_IXOTH, 0, 0}, 88 …{"readonly_file", NULL, G_FILE_TYPE_REGULAR, G_FILE_CREATE_NONE, S_IRUSR + S_IRGRP + S_IROTH, 0, …
|
/external/chromium/base/ |
D | file_util.h | 578 stat_buf.st_mode &= ~(S_IRUSR | S_IRGRP | S_IROTH); in MakeFileUnreadable()
|
/external/bluetooth/glib/glib/ |
D | giounix.c | 517 create_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in g_io_channel_new_file()
|
/external/chromium/chrome/browser/ |
D | shell_integration_linux.cc | 127 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in CreateShortcutOnDesktop()
|
/external/elfutils/libasm/ |
D | asm_end.c | 512 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)
|
/external/chromium/base/files/ |
D | file_path_watcher_browsertest.cc | 507 mode = S_IRUSR | S_IRGRP | S_IROTH; in ChangeFilePermissions()
|
/external/dnsmasq/src/ |
D | tftp.c | 321 if (!(statbuf.st_mode & S_IROTH)) in check_tftp_fileperm()
|
/external/bluetooth/bluez/tools/ |
D | dfutool.c | 611 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in cmd_archive()
|
/external/bluetooth/bluez/compat/ |
D | sdp.c | 119 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in store_device_info()
|
/external/bluetooth/hcidump/src/ |
D | hcidump.c | 464 fd = open(file, open_flags, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in open_file()
|