Searched refs:S_IROTH (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 51 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 in writePackagesList() 70 S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IXOTH; in mkdir_p()
|
D | create.cpp | 39 if (fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in open_idmap()
|
/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 | 258 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 | 475 if (mode&0x00000001) realMode |= S_IROTH; in android_os_Parcel_openFileDescriptor()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 23 import static android.system.OsConstants.S_IROTH; 265 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
|
D | PackageHelper.java | 287 | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IROTH, -1, -1); in extractPublicFiles()
|
/frameworks/webview/chromium/loader/ |
D | loader.cpp | 91 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 120 perm |= S_IROTH;
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 59 public static final int S_IROTH = 00004; field in FileUtils
|
/frameworks/native/cmds/installd/ |
D | commands.c | 977 (is_public ? S_IROTH : 0)) < 0) { in dexopt() 1512 if (fchmod(idmap_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in idmap()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 446 int fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in redirect_to_file()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 22 import static android.system.OsConstants.S_IROTH; 452 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 224 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in UserManagerService()
|
D | Settings.java | 269 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in Settings()
|
D | PackageManagerService.java | 4198 FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IROTH, in logCriticalInfo()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2360 perms |= FileUtils.S_IROTH; in setFilePermissionsFromMode()
|
/frameworks/base/api/ |
D | system-current.txt | 29714 field public static final int S_IROTH;
|
D | current.txt | 28003 field public static final int S_IROTH;
|