/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 | 1013 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles() 1164 S_IRUSR|S_IWUSR|S_IRGRP | in set_permissions_and_ownership()
|
D | InstalldNativeService.cpp | 2559 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()
|
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; 296 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
|
/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/native/services/surfaceflinger/ |
D | SurfaceTracing.cpp | 187 if (!android::base::WriteStringToFile(output, kDefaultFileName, S_IRWXU | S_IRGRP, getuid(), in writeProtoFileLocked()
|
/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 | 69 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 in writePackagesList()
|
/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/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/tests/ |
D | dumpstate_smoke_test.cpp | 61 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in OpenForWrite()
|
D | dumpstate_test.cpp | 1338 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in CreateFd()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 944 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpIncidentReport() 1261 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpHals() 1909 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpstateBoard() 3683 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in _redirect_to_file()
|
/frameworks/base/services/core/java/com/android/server/adb/ |
D | AdbDebuggingManager.java | 1559 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP, -1, -1); in writeKey() 1584 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP, -1, -1); in writeKeys()
|
/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 | 2693 |FileUtils.S_IRGRP|FileUtils.S_IWGRP in setFilePermissionsFromMode()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 2109 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writePackageRestrictionsLPr() 2505 |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;
|