Searched refs:S_IWUSR (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/tools/aapt/
H A DCacheUpdater.h87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
/frameworks/av/media/libaudioclient/tests/
H A Dtest_create_utils.cpp79 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH;
/frameworks/base/libs/androidfw/tests/
H A DObbFile_test.cpp46 int fd = ::open(mFileName.string(), O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
H A DBackupData_test.cpp60 int fd = ::open(mFilename.string(), O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
/frameworks/base/keystore/java/android/security/
H A DSystemKeyStore.java97 FileUtils.setPermissions(keyFile.getName(), (FileUtils.S_IRUSR | FileUtils.S_IWUSR),
/frameworks/native/cmds/installd/tests/
H A Dtest_utils.h84 int fd = open(file.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR);
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp147 int fd = open(fileOut, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
H A Dmuxer.cpp78 int fd = open(outputFileName, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
H A Drecordvideo.cpp311 int fd = open(fileName, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
H A Dstagefright.cpp523 int fd = open(gWriteMP4Filename.string(), O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc110 perm |= S_IWUSR;
/frameworks/base/cmds/idmap/
H A Dcreate.cpp40 if (fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) {
H A Dscan.cpp70 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java426 int perms = FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IWGRP;
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp105 constexpr const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP;
/frameworks/base/cmds/statsd/src/storage/
H A DStorageManager.cpp72 int fd = open(file, O_WRONLY | O_CREAT | O_CLOEXEC, S_IRUSR | S_IWUSR);
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp279 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java416 FileUtils.S_IRUSR | FileUtils.S_IWUSR |
/frameworks/rs/
H A DrsScriptC.cpp98 if (mkdir(currentDir.c_str(), S_IRUSR | S_IWUSR | S_IXUSR)) {
/frameworks/base/cmds/statsd/src/
H A DStatsLogProcessor.cpp517 O_WRONLY | O_CREAT | O_CLOEXEC, S_IRUSR | S_IWUSR));
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp680 int fd = open(fileName, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp661 int fd = ::open(destPath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
/frameworks/base/core/java/android/os/
H A DFileUtils.java70 public static final int S_IWUSR = 00200; field in class:FileUtils
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp1264 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)));
1611 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)));
/frameworks/native/cmds/installd/
H A Ddexopt.cpp977 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) {
1127 S_IRUSR|S_IWUSR|S_IRGRP |

Completed in 984 milliseconds

12