/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()
|
/external/kernel-headers/original/linux/ |
D | stat.h | 34 #define S_IWUSR 00200 macro 53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 58 # define S_IWUSR _S_IWRITE macro 95 # define S_IWRITE S_IWUSR 266 return this->_M_open(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP | in _M_open()
|
D | fstream_unistd.cpp | 220 return this->_M_open(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP | in _M_open()
|
/external/oprofile/libutil++/ |
D | file_manip.cpp | 48 if (!(mode & S_IWUSR)) in copy_file() 49 mode |= S_IWUSR; in copy_file()
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/ |
D | AttribPermissions.java | 24 public static final int S_IWUSR = 0200; field in AttribPermissions
|
/external/bison/djgpp/ |
D | subpipe.c | 143 from_in_fd = open(tmp_file_name[0], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); in create_subpipe() 174 …int to_in_fd = open(tmp_file_name[1], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); /* pipe from m4 to … in end_of_output_subpipe()
|
/external/chromium/base/ |
D | platform_file_posix.cc | 70 HANDLE_EINTR(open(name.value().c_str(), open_flags, S_IRUSR | S_IWUSR)); in CreatePlatformFile() 83 open(name.value().c_str(), open_flags, S_IRUSR | S_IWUSR)); in CreatePlatformFile()
|
/external/openssh/ |
D | sshpty.c | 219 mode = S_IRUSR | S_IWUSR | S_IWGRP; in pty_setowner() 222 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH; in pty_setowner()
|
D | auth-krb5.c | 246 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in ssh_krb5_cc_gen()
|
/external/openssh/openbsd-compat/ |
D | strmode.c | 81 if (mode & S_IWUSR) in strmode()
|
/external/webkit/Source/WebCore/platform/android/ |
D | FileSystemAndroid.cpp | 69 handle = open(filename.utf8().data(), O_WRONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in openTemporaryFile()
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | aio.c | 66 a.aio_fildes = creat("mytmpfile", S_IRUSR|S_IWUSR); in main()
|
/external/valgrind/main/memcheck/tests/ |
D | file_locking.c | 42 fd = open(filename, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in open_lock_and_map()
|
/external/dropbear/ |
D | sshpty.c | 367 mode = S_IRUSR | S_IWUSR | S_IWGRP; in pty_setowner() 370 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH; in pty_setowner()
|
D | dropbearkey.c | 346 fd = open(filename, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
|
/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/qemu/android/utils/ |
D | path.c | 504 int fd = creat(path, S_IRUSR | S_IWUSR); in path_empty_file() 534 fd = creat(dest, S_IRUSR | S_IWUSR); in path_copy_file()
|
/external/dhcpcd/ |
D | control.c | 140 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1 || in start_control()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_ufd.c | 158 S_IRUSR | S_IWUSR); in init_ufd()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebIconDatabase.cpp | 188 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP; in Open()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | WebCookieJar.cpp | 140 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP; in initCookieStore()
|
/external/dnsmasq/src/ |
D | log.c | 113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP); in log_reopen()
|
/external/oprofile/libopagent/ |
D | opagent.c | 150 fd = creat(dump_path, S_IRUSR|S_IWUSR); in op_open_agent()
|