/frameworks/base/cmds/idmap/ |
D | scan.cpp | 51 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 in writePackagesList() 70 S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IXOTH; in mkdir_p()
|
D | create.cpp | 39 if (fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in open_idmap()
|
/frameworks/base/libs/androidfw/tests/ |
D | ObbFile_test.cpp | 46 int fd = ::open(mFileName.string(), O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in SetUp()
|
D | BackupData_test.cpp | 60 int fd = ::open(mFilename.string(), O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in SetUp()
|
/frameworks/base/tools/aapt/ |
D | CacheUpdater.h | 87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
|
/frameworks/base/core/jni/ |
D | android_server_Watchdog.cpp | 68 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in dumpKernelStacks()
|
D | com_android_internal_content_NativeLibraryHelper.cpp | 258 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
|
/frameworks/base/keystore/java/android/security/ |
D | SystemKeyStore.java | 97 FileUtils.setPermissions(keyFile.getName(), (FileUtils.S_IRUSR | FileUtils.S_IWUSR), in generateNewKey()
|
/frameworks/av/media/libstagefright/ |
D | AMRWriter.cpp | 41 mFd = open(filename, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in AMRWriter()
|
D | AACWriter.cpp | 51 mFd = open(filename, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in AACWriter()
|
D | MPEG4Writer.cpp | 367 mFd = open(filename, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in MPEG4Writer()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 110 perm |= S_IWUSR;
|
/frameworks/rs/ |
D | rsScriptC.cpp | 81 if (mkdir(currentDir.string(), S_IRUSR | S_IWUSR | S_IXUSR)) { in createCacheDir()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDebuggingManager.java | 339 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in writeKey()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 50 public static final int S_IWUSR = 00200; field in FileUtils
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 287 | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IROTH, -1, -1); in extractPublicFiles()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 444 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in run() 622 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in onRestoreFile()
|
/frameworks/base/tools/aidl/ |
D | aidl.cpp | 754 mkdir(p.data(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); 1113 S_IRUSR|S_IWUSR|S_IRGRP);
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 100 mFd = open(filename, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in WebmWriter()
|
/frameworks/native/cmds/installd/ |
D | commands.c | 976 S_IRUSR|S_IWUSR|S_IRGRP | in dexopt() 1512 if (fchmod(idmap_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in idmap()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 446 int fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in redirect_to_file()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.cpp | 680 int fd = ::open(destPath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in readObject()
|
D | MtpServer.cpp | 1004 mfr.fd = open(mSendObjectFilePath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in doSendObject()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 1386 FileUtils.S_IRUSR|FileUtils.S_IWUSR in writePackageRestrictionsLPr() 1642 FileUtils.S_IRUSR|FileUtils.S_IWUSR in writeLPr()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2356 int perms = FileUtils.S_IRUSR|FileUtils.S_IWUSR in setFilePermissionsFromMode()
|