/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 | 284 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
|
/frameworks/av/cmds/stagefright/ |
D | audioloop.cpp | 119 int fd = open(fileOut, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in main()
|
D | muxer.cpp | 77 int fd = open(outputFileName, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in muxing()
|
D | recordvideo.cpp | 307 int fd = open(fileName, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in main()
|
D | stagefright.cpp | 511 …fd = open(gWriteMP4Filename.string(), O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in writeSourcesToMP4()
|
/frameworks/base/keystore/java/android/security/ |
D | SystemKeyStore.java | 97 FileUtils.setPermissions(keyFile.getName(), (FileUtils.S_IRUSR | FileUtils.S_IWUSR), in generateNewKey()
|
/frameworks/base/tools/aapt2/ |
D | Files.cpp | 89 return mkdir(path.toString().c_str(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in mkdirImpl()
|
/frameworks/base/cmds/idmap/ |
D | create.cpp | 40 if (fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in open_idmap()
|
D | scan.cpp | 53 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 in writePackagesList()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 109 perm |= S_IWUSR;
|
/frameworks/rs/ |
D | rsScriptC.cpp | 112 if (mkdir(currentDir.c_str(), S_IRUSR | S_IWUSR | S_IXUSR)) { in createCacheDir()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDebuggingManager.java | 414 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in writeKey()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 288 | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IROTH, -1, -1); in extractPublicFiles()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 57 public static final int S_IWUSR = 00200; field in FileUtils
|
/frameworks/base/tools/aidl/ |
D | aidl.cpp | 755 mkdir(p.data(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); 1114 S_IRUSR|S_IWUSR|S_IRGRP);
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 487 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in run() 675 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in onRestoreFile()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 593 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in redirect_to_file()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 643 int fd = open(fileName, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in recordScreen()
|
/frameworks/native/cmds/installd/ |
D | commands.cpp | 1139 S_IRUSR|S_IWUSR|S_IRGRP | in dexopt() 1674 if (fchmod(idmap_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in idmap()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.cpp | 689 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()
|