Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCacheUpdater.h82 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
DResource.cpp2170 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
/frameworks/base/libs/androidfw/tests/
DObbFile_test.cpp48 int fd = ::open(mFileName, O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in SetUp()
/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/base/core/java/android/os/
DFileUtils.java39 public static final int S_IWUSR = 00200; field in FileUtils
/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.cpp353 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.cpp3616 int teeFd = open(teePath, O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in dumpInternals()
/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.cpp77 if (mkdir(currentDir.string(), S_IRUSR | S_IWUSR | S_IXUSR)) { in createCacheDir()
/frameworks/base/services/java/com/android/server/usb/
DUsbDebuggingManager.java275 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in writeKey()
/frameworks/native/cmds/dumpstate/
Dutils.c318 int fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in redirect_to_file()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java338 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in run()
508 FileUtils.S_IRUSR | FileUtils.S_IWUSR | in onRestoreFile()
/frameworks/base/tools/aidl/
Daidl.cpp737 mkdir(p.data(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
1023 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.cpp934 mfr.fd = open(mSendObjectFilePath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in doSendObject()
/frameworks/base/cmds/installd/
Dcommands.c732 S_IRUSR|S_IWUSR|S_IRGRP | in dexopt()
/frameworks/base/services/java/com/android/server/pm/
DSettings.java1088 FileUtils.S_IRUSR|FileUtils.S_IWUSR in writePackageRestrictionsLPr()
1333 FileUtils.S_IRUSR|FileUtils.S_IWUSR in writeLPr()
1388 FileUtils.S_IRUSR|FileUtils.S_IWUSR in writeLPr()
DPackageManagerService.java6328 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP in handleStartCopy()
7113 FileUtils.S_IRUSR|FileUtils.S_IWUSR|FileUtils.S_IRGRP in setPermissions()
8023 tmpPackageFile.getCanonicalPath(), FileUtils.S_IRUSR|FileUtils.S_IWUSR, in createTempPackageFile()
/frameworks/base/core/java/android/app/
DContextImpl.java1923 int perms = FileUtils.S_IRUSR|FileUtils.S_IWUSR in setFilePermissionsFromMode()