Searched refs:S_IROTH (Results 1 – 24 of 24) 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 | 281 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; 281 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
|
D | PackageHelper.java | 297 | 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 | 70 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 in writePackagesList()
|
/frameworks/webview/chromium/loader/ |
D | loader.cpp | 98 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
|
/frameworks/base/core/java/android/os/ |
D | ParcelFileDescriptor.java | 29 import static android.system.OsConstants.S_IROTH; 306 if ((mode & MODE_WORLD_READABLE) != 0) realMode |= S_IROTH; in openInternal()
|
D | FileUtils.java | 70 public static final int S_IROTH = 00004; field in FileUtils
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 120 perm |= S_IROTH;
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 814 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles() 911 (is_public ? S_IROTH : 0)) < 0) { in set_permissions_and_ownership() 1450 ((dex_path_stat.st_mode & S_IROTH) != 0); in process_secondary_dex_dexopt()
|
D | InstalldNativeService.cpp | 2077 if (fchmod(idmap_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in idmap()
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 650 int fd = open(path, O_CREAT | O_WRONLY, S_IRWXU | S_IRGRP | S_IROTH); in serializeDisplayListTree()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 791 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in _redirect_to_file()
|
D | dumpstate.cpp | 1188 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in DumpstateBoard()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 815 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in CreateFd()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 22 import static android.system.OsConstants.S_IROTH; 446 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2407 perms |= FileUtils.S_IROTH; in setFilePermissionsFromMode()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 464 FileUtils.S_IRWXU | FileUtils.S_IRWXG | FileUtils.S_IROTH | FileUtils.S_IXOTH, in UserManagerService()
|
D | Settings.java | 436 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in Settings()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28001 field public static final int S_IROTH;
|
/frameworks/base/api/ |
D | current.txt | 38364 field public static final int S_IROTH;
|
D | system-current.txt | 41576 field public static final int S_IROTH;
|