/frameworks/native/cmds/installd/ |
D | view_compiler.cpp | 61 if (fchmod(outfd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) != 0) { in view_compiler()
|
D | dexopt.cpp | 928 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles() 1079 S_IRUSR|S_IWUSR|S_IRGRP | in set_permissions_and_ownership()
|
D | InstalldNativeService.cpp | 2384 if (fchmod(idmap_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in idmap()
|
/frameworks/base/tools/aapt/ |
D | CacheUpdater.h | 87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
|
/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/cmds/bootanimation/iot/ |
D | BootParameters.cpp | 111 if (chmod(kLastBootFile, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) { in storeParameters()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | UpdateInstaller.java | 125 /* mode= */ FileUtils.S_IRWXU | FileUtils.S_IRGRP | FileUtils.S_IROTH, in createNewFileWithPermissions()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 22 import static android.system.OsConstants.S_IRGRP; 296 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/native/services/surfaceflinger/ |
D | SurfaceTracing.cpp | 186 if (!android::base::WriteStringToFile(output, kDefaultFileName, S_IRWXU | S_IRGRP, getuid(), in writeProtoFileLocked()
|
/frameworks/base/native/webview/loader/ |
D | loader.cpp | 110 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteOpenHelper.java | 445 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 | 126 constexpr const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP; in mkdirs()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 55 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in OpenForWrite()
|
D | dumpstate_test.cpp | 1380 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in CreateFd()
|
/frameworks/base/services/core/java/com/android/server/adb/ |
D | AdbDebuggingManager.java | 678 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP, -1, -1); in writeKey() 703 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP, -1, -1); in writeKeys()
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 277 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 789 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in _redirect_to_file()
|
D | dumpstate.cpp | 1292 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpHals() 1837 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpstateBoard()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 98 /** {@hide} */ public static final int S_IRGRP = 00040; field in FileUtils
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 21 import static android.system.OsConstants.S_IRGRP; 446 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2634 |FileUtils.S_IRGRP|FileUtils.S_IWGRP in setFilePermissionsFromMode()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 2113 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writePackageRestrictionsLPr() 2509 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writeLPr()
|