Home
last modified time | relevance | path

Searched refs:S_IWUSR (Results 1 – 25 of 62) sorted by relevance

123

/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()
/external/kernel-headers/original/linux/
Dstat.h34 #define S_IWUSR 00200 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/external/stlport/src/details/
Dfstream_stdio.cpp58 # 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()
Dfstream_unistd.cpp220 return this->_M_open(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP | in _M_open()
/external/oprofile/libutil++/
Dfile_manip.cpp48 if (!(mode & S_IWUSR)) in copy_file()
49 mode |= S_IWUSR; in copy_file()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
DAttribPermissions.java24 public static final int S_IWUSR = 0200; field in AttribPermissions
/external/bison/djgpp/
Dsubpipe.c143 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/
Dplatform_file_posix.cc70 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/
Dsshpty.c219 mode = S_IRUSR | S_IWUSR | S_IWGRP; in pty_setowner()
222 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH; in pty_setowner()
Dauth-krb5.c246 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in ssh_krb5_cc_gen()
/external/openssh/openbsd-compat/
Dstrmode.c81 if (mode & S_IWUSR) in strmode()
/external/webkit/Source/WebCore/platform/android/
DFileSystemAndroid.cpp69 handle = open(filename.utf8().data(), O_WRONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in openTemporaryFile()
/external/valgrind/main/memcheck/tests/darwin/
Daio.c66 a.aio_fildes = creat("mytmpfile", S_IRUSR|S_IWUSR); in main()
/external/valgrind/main/memcheck/tests/
Dfile_locking.c42 fd = open(filename, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in open_lock_and_map()
/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()
Ddropbearkey.c346 fd = open(filename, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/external/clang/tools/scan-build/
Dset-xcode-analyzer40 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
/external/qemu/android/utils/
Dpath.c504 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/
Dcontrol.c140 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1 || in start_control()
/external/wpa_supplicant_8/src/wps/
Dwps_ufd.c158 S_IRUSR | S_IWUSR); in init_ufd()
/external/webkit/Source/WebKit/android/jni/
DWebIconDatabase.cpp188 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP; in Open()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCookieJar.cpp140 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP; in initCookieStore()
/external/dnsmasq/src/
Dlog.c113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP); in log_reopen()
/external/oprofile/libopagent/
Dopagent.c150 fd = creat(dump_path, S_IRUSR|S_IWUSR); in op_open_agent()

123