Searched refs:S_IRGRP (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tools/aapt/ |
D | CacheUpdater.h | 82 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
|
D | Resource.cpp | 1987 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
|
/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 | 250 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 45 public static final int S_IRGRP = 00040; field in FileUtils
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 249 | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IROTH, -1, -1); in extractPublicFiles()
|
/frameworks/base/cmds/installd/ |
D | commands.c | 370 if (chmod(pkgpath, S_IRUSR|S_IWUSR|S_IRGRP) < 0) { in protect() 615 S_IRUSR|S_IWUSR|S_IRGRP | in dexopt()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 299 FileUtils.S_IRGRP | FileUtils.S_IWGRP, in onRestore() 405 FileUtils.S_IRGRP | FileUtils.S_IWGRP, in onRestoreFile()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 316 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/ |
D | aidl.cpp | 739 mkdir(p.data(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); 1025 S_IRUSR|S_IWUSR|S_IRGRP);
|
/frameworks/base/services/java/com/android/server/pm/ |
D | Settings.java | 981 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writePackageRestrictionsLPr() 1225 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writeLPr() 1280 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writeLPr()
|
D | PackageManagerService.java | 6508 FileUtils.S_IRUSR|FileUtils.S_IWUSR|FileUtils.S_IRGRP in setPermissions()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
D | FwdLockConv.c | 1333 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in FwdLockConv_ConvertFile()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1630 |FileUtils.S_IRGRP|FileUtils.S_IWGRP in setFilePermissionsFromMode()
|