/aosp14/system/core/fastboot/ |
H A D | filesystem.cpp | 95 mkdir(directory_path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in EnsureDirectoryExists()
|
/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/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/system/core/run-as/ |
H A D | run-as.cpp | 93 if ((st.st_mode & (S_IROTH | S_IWOTH)) != 0) { in check_directory()
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 23 import static android.system.OsConstants.S_IROTH; 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/os/ |
H A D | ParcelFileDescriptor.java | 27 import static android.system.OsConstants.S_IROTH; 344 if ((mode & MODE_WORLD_READABLE) != 0) realMode |= S_IROTH; in openInternal()
|
H A D | FileUtils.java | 111 /** {@hide} */ public static final int S_IROTH = 00004; field in FileUtils
|
/aosp14/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameManagerSettings.java | 86 | FileUtils.S_IROTH | FileUtils.S_IXOTH, in GameManagerSettings()
|
H A D | GameManagerService.java | 199 FileUtils.S_IRWXU | FileUtils.S_IRWXG | FileUtils.S_IROTH | FileUtils.S_IXOTH, in GameManagerService()
|
/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 | 22 import static android.system.OsConstants.S_IROTH; 464 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerServiceUtils.java | 349 FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IROTH, in logCriticalInfo()
|
H A D | UserManagerService.java | 789 FileUtils.S_IRWXU | FileUtils.S_IRWXG | FileUtils.S_IROTH | FileUtils.S_IXOTH, in UserManagerService()
|
H A D | Settings.java | 717 |FileUtils.S_IROTH|FileUtils.S_IXOTH,
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ApplicationPackageManager.java | 3571 if ((OsConstants.S_IROTH & stat.st_mode) != 0) { in registerDexModule()
|
H A D | ContextImpl.java | 3554 perms |= FileUtils.S_IROTH; 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 | 36029 Landroid/os/FileUtils;->S_IROTH:I
|