/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 | 2857 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
|
/frameworks/av/media/libaudioclient/tests/ |
D | test_create_utils.cpp | 79 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 22 import static android.system.OsConstants.S_IRGRP; 297 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
|
/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 | 70 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 in writePackagesList()
|
/frameworks/base/native/webview/loader/ |
D | loader.cpp | 98 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteOpenHelper.java | 426 int perms = FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IWGRP; in setFilePermissionsForDb()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 114 perm |= S_IRGRP;
|
/frameworks/base/tools/aapt2/util/ |
D | Files.cpp | 105 constexpr const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP; in mkdirs()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDebuggingManager.java | 417 FileUtils.S_IRGRP, -1, -1); in writeKey()
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 279 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 695 int fd = open(path, O_CREAT | O_WRONLY, S_IRWXU | S_IRGRP | S_IROTH); in serializeDisplayListTree()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 74 public static final int S_IRGRP = 00040; field in FileUtils
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 1264 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpHals() 1611 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpstateBoard()
|
D | utils.cpp | 764 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in _redirect_to_file()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 977 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles() 1127 S_IRUSR|S_IWUSR|S_IRGRP | in set_permissions_and_ownership()
|
D | InstalldNativeService.cpp | 2215 if (fchmod(idmap_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in idmap()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 875 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in CreateFd()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 21 import static android.system.OsConstants.S_IRGRP; 449 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2507 |FileUtils.S_IRGRP|FileUtils.S_IWGRP in setFilePermissionsFromMode()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 2191 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writePackageRestrictionsLPr() 2598 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writeLPr()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28000 field public static final int S_IRGRP;
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 41293 Landroid/system/OsConstants;->S_IRGRP:I
|
/frameworks/base/api/ |
D | current.txt | 40521 field public static final int S_IRGRP;
|