Home
last modified time | relevance | path

Searched refs:S_IROTH (Results 1 – 25 of 35) sorted by relevance

12

/external/bluetooth/bluez/src/
Dstorage.c92 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 …]
Dsdpd-server.c147 chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in init_server()
Dtextfile.c87 S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in create_file()
/external/kernel-headers/original/linux/
Dstat.h43 #define S_IROTH 00004 macro
52 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/external/stlport/src/details/
Dfstream_stdio.cpp64 # ifndef S_IROTH
65 # define S_IROTH _S_IREAD macro
267 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
Dfstream_unistd.cpp221 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
DAttribPermissions.java29 public static final int S_IROTH = 0004; field in AttribPermissions
/external/openssh/openbsd-compat/
Dstrmode.c123 if (mode & S_IROTH) in strmode()
/external/icu4c/tools/toolutil/
Dtoolutil.cpp172 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH)); in uprv_mkdir()
/external/clang/tools/scan-build/
Dset-xcode-analyzer40 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
/external/openssh/
Dsshpty.c255 (st.st_mode & (S_IRGRP | S_IROTH)) == 0) in pty_setowner()
Ddefines.h160 # define S_IROTH 0000004 /* read permission, other */ macro
/external/dropbear/
Dsshpty.c402 (st.st_mode & (S_IRGRP | S_IROTH)) == 0) { in pty_setowner()
/external/e2fsprogs/debugfs/
Ddump.c49 { LINUX_S_IROTH, S_IROTH },
/external/ipsec-tools/src/racoon/
Dsession.c168 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) { in session()
/external/bluetooth/glib/gio/tests/
Dlive-g-file.c80 …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/
Dfile_util.h578 stat_buf.st_mode &= ~(S_IRUSR | S_IRGRP | S_IROTH); in MakeFileUnreadable()
/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/chromium/chrome/browser/
Dshell_integration_linux.cc127 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in CreateShortcutOnDesktop()
/external/elfutils/libasm/
Dasm_end.c512 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)
/external/chromium/base/files/
Dfile_path_watcher_browsertest.cc507 mode = S_IRUSR | S_IRGRP | S_IROTH; in ChangeFilePermissions()
/external/dnsmasq/src/
Dtftp.c321 if (!(statbuf.st_mode & S_IROTH)) in check_tftp_fileperm()
/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.c464 fd = open(file, open_flags, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in open_file()

12