/frameworks/base/ravenwood/runtime-test/test/com/android/ravenwood/runtimetest/ |
D | OsConstantsTest.java | 213 assertFalse(S_ISLNK(OsConstants.S_IRGRP)); in test_S_ISLNK() 241 assertFalse(S_ISREG(OsConstants.S_IRGRP)); in test_S_ISREG() 269 assertFalse(S_ISDIR(OsConstants.S_IRGRP)); in test_S_ISDIR() 297 assertFalse(S_ISCHR(OsConstants.S_IRGRP)); in test_S_ISCHR() 325 assertFalse(S_ISBLK(OsConstants.S_IRGRP)); in test_S_ISBLK() 353 assertFalse(S_ISFIFO(OsConstants.S_IRGRP)); in test_S_ISFIFO() 381 assertFalse(S_ISSOCK(OsConstants.S_IRGRP)); in test_S_ISSOCK()
|
/frameworks/native/services/surfaceflinger/Tracing/tools/ |
D | main.cpp | 73 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
|
/frameworks/base/tools/aapt/ |
D | CacheUpdater.h | 90 mkdir(existsPath.c_str(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
|
D | Resource.cpp | 2860 mkdir(dest.c_str(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
|
/frameworks/av/media/libaudioclient/tests/ |
D | test_create_utils.cpp | 73 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
|
/frameworks/base/cmds/gpu_counter_producer/ |
D | main.cpp | 84 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in writeToPidFile()
|
/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; 300 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
|
/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 | 438 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/services/core/java/com/android/server/app/ |
D | GameManagerSettings.java | 181 | FileUtils.S_IRGRP | FileUtils.S_IWGRP, in writePersistentDataLocked()
|
D | GameManagerService.java | 247 | FileUtils.S_IRGRP | FileUtils.S_IWGRP,
|
/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/ |
D | dumpstate.cpp | 268 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in OpenForWrite() 1051 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpIncidentReport() 1074 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpNetstatsProto() 1115 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpVisibleWindowViews() 1450 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpHals() 2638 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpstateBoard() 3508 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in MaybeSnapshotSystemTraceAsync() 4488 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in _redirect_to_file()
|
/frameworks/native/services/surfaceflinger/Tracing/ |
D | TransactionTracing.cpp | 125 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in writeToFile()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 459 S_IRUSR | S_IWUSR | S_IRGRP); // so that ART can also read it when apps run. in open_reference_profile() 469 S_IRGRP); // so that ART can also read it when apps run. in open_reference_profile_as_unique_file() 806 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles() 966 S_IRUSR|S_IWUSR|S_IRGRP | in set_permissions_and_ownership()
|
/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_test.cpp | 1041 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in CreateFd() 1315 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in CreateFd() 1703 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in CreateOutputFile()
|
D | dumpstate_smoke_test.cpp | 61 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in OpenForWrite()
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | OsConstants.java | 787 public static final int S_IRGRP = placeholder(); field in OsConstants
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 620 initConstant(env, c, "S_IRGRP", S_IRGRP); in OsConstants_initConstants()
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | PackageManagerTests.java | 21 import static android.system.OsConstants.S_IRGRP; 464 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 110 /** {@hide} */ public static final int S_IRGRP = 00040; field in FileUtils
|
/frameworks/base/services/core/java/com/android/server/adb/ |
D | AdbDebuggingManager.java | 1660 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP, -1, -1); in writeKeys()
|