Searched refs:S_IROTH (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/jni/ |
D | android_server_Watchdog.cpp | 68 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in dumpKernelStacks()
|
D | com_android_internal_content_NativeLibraryHelper.cpp | 250 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
|
D | android_os_Parcel.cpp | 407 if (mode&0x00000001) realMode |= S_IROTH; in android_os_Parcel_openFileDescriptor()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 48 public static final int S_IROTH = 00004; field in FileUtils
|
/frameworks/av/services/audioflinger/ |
D | test-resample.cpp | 259 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 250 | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IROTH, -1, -1); in extractPublicFiles()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 318 int fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in redirect_to_file()
|
/frameworks/base/cmds/installd/ |
D | commands.c | 733 (is_public ? S_IROTH : 0)) < 0) { in dexopt()
|
/frameworks/base/services/java/com/android/server/pm/ |
D | UserManagerService.java | 168 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in UserManagerService()
|
D | PackageManagerService.java | 31 import static libcore.io.OsConstants.S_IROTH; 3190 FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IROTH, in reportSettingsProblem() 4473 Libcore.os.chmod(nativeLibraryDir.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH in copyNativeLibrariesForInternalApp() 6329 | FileUtils.S_IROTH, in handleStartCopy() 7114 |FileUtils.S_IROTH; in setPermissions()
|
D | Settings.java | 183 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in Settings()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1927 perms |= FileUtils.S_IROTH; in setFilePermissionsFromMode()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 444 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|