Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DObbFile_test.cpp48 int fd = ::open(mFileName, O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in SetUp()
/frameworks/base/tools/aapt/
DCacheUpdater.h82 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
DResource.cpp2192 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
/frameworks/base/core/jni/
Dandroid_server_Watchdog.cpp68 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in dumpKernelStacks()
Dcom_android_internal_content_NativeLibraryHelper.cpp250 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/
DSystemKeyStore.java99 FileUtils.setPermissions(keyFile.getName(), (FileUtils.S_IRUSR | FileUtils.S_IWUSR), in generateNewKey()
/frameworks/av/media/libstagefright/
DAMRWriter.cpp39 mFd = open(filename, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in AMRWriter()
DAACWriter.cpp49 mFd = open(filename, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in AACWriter()
DMPEG4Writer.cpp355 mFd = open(filename, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR); in MPEG4Writer()
/frameworks/av/services/audioflinger/
Dtest-resample.cpp259 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
DAudioFlinger.cpp2474 int teeFd = open(teePath, O_WRONLY | O_CREAT | O_EXCL | O_NOFOLLOW, S_IRUSR | S_IWUSR); in dumpTee()
/frameworks/base/core/java/android/os/
DFileUtils.java52 public static final int S_IWUSR = 00200; field in FileUtils
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java250 | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IROTH, -1, -1); in extractPublicFiles()
/frameworks/rs/
DrsScriptC.cpp87 if (mkdir(currentDir.string(), S_IRUSR | S_IWUSR | S_IXUSR)) { in createCacheDir()
/frameworks/base/services/java/com/android/server/usb/
DUsbDebuggingManager.java284 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in writeKey()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc109 perm |= S_IWUSR;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java362 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in run()
536 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in onRestoreFile()
/frameworks/native/cmds/dumpstate/
Dutils.c389 int fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in redirect_to_file()
/frameworks/base/tools/aidl/
Daidl.cpp753 mkdir(p.data(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
1111 S_IRUSR|S_IWUSR|S_IRGRP);
/frameworks/av/media/mtp/
DMtpDevice.cpp670 int fd = ::open(destPath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in readObject()
DMtpServer.cpp935 mfr.fd = open(mSendObjectFilePath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in doSendObject()
/frameworks/native/cmds/installd/
Dcommands.c702 S_IRUSR|S_IWUSR|S_IRGRP | in dexopt()
/frameworks/base/services/java/com/android/server/pm/
DSettings.java1138 FileUtils.S_IRUSR|FileUtils.S_IWUSR in writePackageRestrictionsLPr()
1385 FileUtils.S_IRUSR|FileUtils.S_IWUSR in writeLPr()
DPackageManagerService.java7408 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP in handleStartCopy()
8200 FileUtils.S_IRUSR|FileUtils.S_IWUSR|FileUtils.S_IRGRP in setPermissions()
9180 tmpPackageFile.getCanonicalPath(), FileUtils.S_IRUSR|FileUtils.S_IWUSR, in createTempPackageFile()
/frameworks/base/core/java/android/app/
DContextImpl.java2088 int perms = FileUtils.S_IRUSR|FileUtils.S_IWUSR in setFilePermissionsFromMode()