Searched refs:S_IRGRP (Results 1 – 22 of 22) sorted by relevance
/frameworks/base/tools/aapt/ |
D | CacheUpdater.h | 87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
|
D | Resource.cpp | 2688 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 | 284 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/com/android/internal/content/ |
D | NativeLibraryHelper.java | 22 import static android.system.OsConstants.S_IRGRP; 273 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
|
D | PackageHelper.java | 288 | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IROTH, -1, -1); in extractPublicFiles()
|
/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/webview/chromium/loader/ |
D | loader.cpp | 96 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 113 perm |= S_IRGRP;
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDebuggingManager.java | 415 FileUtils.S_IRGRP, -1, -1); in writeKey()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 61 public static final int S_IRGRP = 00040; 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 | 488 FileUtils.S_IRGRP | FileUtils.S_IWGRP, in run() 676 FileUtils.S_IRGRP | FileUtils.S_IWGRP, in onRestoreFile()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 593 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in redirect_to_file()
|
/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/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 21 import static android.system.OsConstants.S_IRGRP; 453 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1902 |FileUtils.S_IRGRP|FileUtils.S_IWGRP in setFilePermissionsFromMode()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 1841 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writePackageRestrictionsLPr() 2186 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writeLPr()
|
/frameworks/base/api/ |
D | current.txt | 29734 field public static final int S_IRGRP;
|
D | system-current.txt | 31885 field public static final int S_IRGRP;
|