Home
last modified time | relevance | path

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

/aosp14/system/core/libcutils/
H A Dashmem-dev.cpp293 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IRGRP, in __ashmem_is_ashmem()
298 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IRGRP); in __ashmem_is_ashmem()
/aosp14/frameworks/base/tools/aapt/
H A DCacheUpdater.h87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
H A DResource.cpp2857 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
/aosp14/frameworks/base/cmds/gpu_counter_producer/
H A Dmain.cpp84 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in writeToPidFile()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DUpdateInstaller.java125 /* mode= */ FileUtils.S_IRWXU | FileUtils.S_IRGRP | FileUtils.S_IROTH, in createNewFileWithPermissions()
/aosp14/system/core/init/fuzzer/
H A Dinit_ueventHandler_fuzzer.cpp48 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in CreateDir()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A 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()
/aosp14/frameworks/base/native/webview/loader/
H A Dloader.cpp110 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java444 int perms = FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IWGRP; in setFilePermissionsForDb()
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerSettings.java181 | FileUtils.S_IRGRP | FileUtils.S_IWGRP, in writePersistentDataLocked()
H A DGameManagerService.java205 | FileUtils.S_IRGRP | FileUtils.S_IWGRP, in GameManagerService()
/aosp14/frameworks/base/tools/aapt2/util/
H A DFiles.cpp126 constexpr const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP; in mkdirs()
/aosp14/system/core/libprocessgroup/setup/
H A Dcgroup_map_write.cpp382 S_IRUSR | S_IRGRP | S_IROTH))); in WriteRcFile()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp251 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java21 import static android.system.OsConstants.S_IRGRP;
464 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
/aosp14/frameworks/base/core/java/android/os/
H A DFileUtils.java106 /** {@hide} */ public static final int S_IRGRP = 00040; field in FileUtils
/aosp14/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java1645 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP, -1, -1); in writeKeys()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java1533 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IWGRP,
1540 FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IWGRP,
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java3551 |FileUtils.S_IRGRP|FileUtils.S_IWGRP in setFilePermissionsFromMode()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt36028 Landroid/os/FileUtils;->S_IRGRP:I