/aosp14/system/core/libcutils/ |
H A D | ashmem-dev.cpp | 293 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 D | CacheUpdater.h | 87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
|
H A D | Resource.cpp | 2857 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
|
/aosp14/frameworks/base/cmds/gpu_counter_producer/ |
H A D | main.cpp | 84 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 D | UpdateInstaller.java | 125 /* mode= */ FileUtils.S_IRWXU | FileUtils.S_IRGRP | FileUtils.S_IROTH, in createNewFileWithPermissions()
|
/aosp14/system/core/init/fuzzer/ |
H A D | init_ueventHandler_fuzzer.cpp | 48 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in CreateDir()
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A 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()
|
/aosp14/frameworks/base/native/webview/loader/ |
H A D | loader.cpp | 110 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteOpenHelper.java | 444 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 D | GameManagerSettings.java | 181 | FileUtils.S_IRGRP | FileUtils.S_IWGRP, in writePersistentDataLocked()
|
H A D | GameManagerService.java | 205 | FileUtils.S_IRGRP | FileUtils.S_IWGRP, in GameManagerService()
|
/aosp14/frameworks/base/tools/aapt2/util/ |
H A D | Files.cpp | 126 constexpr const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP; in mkdirs()
|
/aosp14/system/core/libprocessgroup/setup/ |
H A D | cgroup_map_write.cpp | 382 S_IRUSR | S_IRGRP | S_IROTH))); in WriteRcFile()
|
/aosp14/frameworks/base/core/jni/ |
H A D | com_android_internal_content_NativeLibraryHelper.cpp | 251 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 D | PackageManagerTests.java | 21 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 D | FileUtils.java | 106 /** {@hide} */ public static final int S_IRGRP = 00040; field in FileUtils
|
/aosp14/frameworks/base/services/core/java/com/android/server/adb/ |
H A D | AdbDebuggingManager.java | 1645 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 D | Settings.java | 1533 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 D | ContextImpl.java | 3551 |FileUtils.S_IRGRP|FileUtils.S_IWGRP in setFilePermissionsFromMode()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 36028 Landroid/os/FileUtils;->S_IRGRP:I
|