Searched refs:S_IROTH (Results 1 – 19 of 19) 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 | 284 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 | 482 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; 273 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
|
D | PackageHelper.java | 288 | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IROTH, -1, -1); in extractPublicFiles()
|
/frameworks/base/cmds/idmap/ |
D | create.cpp | 40 if (fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in open_idmap()
|
D | scan.cpp | 53 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 in writePackagesList()
|
/frameworks/webview/chromium/loader/ |
D | loader.cpp | 96 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 119 perm |= S_IROTH;
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 66 public static final int S_IROTH = 00004; field in FileUtils
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 593 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in redirect_to_file()
|
/frameworks/native/cmds/installd/ |
D | commands.cpp | 1140 (is_public ? S_IROTH : 0)) < 0) { in dexopt() 1674 if (fchmod(idmap_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in idmap()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 22 import static android.system.OsConstants.S_IROTH; 453 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1905 perms |= FileUtils.S_IROTH; in setFilePermissionsFromMode()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 226 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in UserManagerService()
|
D | Settings.java | 352 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in Settings()
|
D | PackageManagerService.java | 5672 FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IROTH, in logCriticalInfo()
|
/frameworks/base/api/ |
D | current.txt | 29735 field public static final int S_IROTH;
|
D | system-current.txt | 31886 field public static final int S_IROTH;
|