Home
last modified time | relevance | path

Searched refs:S_IROTH (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/jni/
Dandroid_server_Watchdog.cpp68 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in dumpKernelStacks()
Dcom_android_internal_content_NativeLibraryHelper.cpp284 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
Dandroid_os_Parcel.cpp482 if (mode&0x00000001) realMode |= S_IROTH; in android_os_Parcel_openFileDescriptor()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java23 import static android.system.OsConstants.S_IROTH;
273 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
DPackageHelper.java288 | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IROTH, -1, -1); in extractPublicFiles()
/frameworks/base/cmds/idmap/
Dcreate.cpp40 if (fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in open_idmap()
Dscan.cpp53 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 in writePackagesList()
/frameworks/webview/chromium/loader/
Dloader.cpp96 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc119 perm |= S_IROTH;
/frameworks/base/core/java/android/os/
DFileUtils.java66 public static final int S_IROTH = 00004; field in FileUtils
/frameworks/native/cmds/dumpstate/
Dutils.c593 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in redirect_to_file()
/frameworks/native/cmds/installd/
Dcommands.cpp1140 (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/
DPackageManagerTests.java22 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/
DContextImpl.java1905 perms |= FileUtils.S_IROTH; in setFilePermissionsFromMode()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java226 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in UserManagerService()
DSettings.java352 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in Settings()
DPackageManagerService.java5672 FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IROTH, in logCriticalInfo()
/frameworks/base/api/
Dcurrent.txt29735 field public static final int S_IROTH;
Dsystem-current.txt31886 field public static final int S_IROTH;