Home
last modified time | relevance | path

Searched refs:S_IRGRP (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/ravenwood/runtime-test/test/com/android/ravenwood/runtimetest/
DOsConstantsTest.java213 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/
Dmain.cpp73 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
/frameworks/base/tools/aapt/
DCacheUpdater.h90 mkdir(existsPath.c_str(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
DResource.cpp2860 mkdir(dest.c_str(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
/frameworks/av/media/libaudioclient/tests/
Dtest_create_utils.cpp73 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
/frameworks/base/cmds/gpu_counter_producer/
Dmain.cpp84 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in writeToPidFile()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DUpdateInstaller.java125 /* mode= */ FileUtils.S_IRWXU | FileUtils.S_IRGRP | FileUtils.S_IROTH, in createNewFileWithPermissions()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java22 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/
Dloader.cpp110 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteOpenHelper.java438 int perms = FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IWGRP; in setFilePermissionsForDb()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc114 perm |= S_IRGRP;
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerSettings.java181 | FileUtils.S_IRGRP | FileUtils.S_IWGRP, in writePersistentDataLocked()
DGameManagerService.java247 | FileUtils.S_IRGRP | FileUtils.S_IWGRP,
/frameworks/base/tools/aapt2/util/
DFiles.cpp126 constexpr const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP; in mkdirs()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp268 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/
DTransactionTracing.cpp125 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in writeToFile()
/frameworks/native/cmds/installd/
Ddexopt.cpp459 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/
Dcom_android_internal_content_NativeLibraryHelper.cpp277 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/
Ddumpstate_test.cpp1041 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()
Ddumpstate_smoke_test.cpp61 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in OpenForWrite()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java787 public static final int S_IRGRP = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp620 initConstant(env, c, "S_IRGRP", S_IRGRP); in OsConstants_initConstants()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageManagerTests.java21 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/
DFileUtils.java110 /** {@hide} */ public static final int S_IRGRP = 00040; field in FileUtils
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java1660 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP, -1, -1); in writeKeys()

12