Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dview_compiler.cpp61 if (fchmod(outfd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) != 0) { in view_compiler()
Ddexopt.cpp928 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles()
1080 (is_public ? S_IROTH : 0)) < 0) { in set_permissions_and_ownership()
1727 return (file_stat.st_mode & S_IROTH) != 0; in is_file_public()
DInstalldNativeService.cpp2384 if (fchmod(idmap_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in idmap()
/frameworks/av/media/libaudioclient/tests/
Dtest_create_utils.cpp79 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp111 if (chmod(kLastBootFile, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) { in storeParameters()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DUpdateInstaller.java125 /* mode= */ FileUtils.S_IRWXU | FileUtils.S_IRGRP | FileUtils.S_IROTH, in createNewFileWithPermissions()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java23 import static android.system.OsConstants.S_IROTH;
296 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
/frameworks/base/cmds/idmap/
Dcreate.cpp40 if (fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in open_idmap()
Dscan.cpp70 const mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // 0644 in writePackagesList()
/frameworks/base/native/webview/loader/
Dloader.cpp110 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
/frameworks/base/core/java/android/os/
DParcelFileDescriptor.java27 import static android.system.OsConstants.S_IROTH;
308 if ((mode & MODE_WORLD_READABLE) != 0) realMode |= S_IROTH; in openInternal()
DFileUtils.java103 /** {@hide} */ public static final int S_IROTH = 00004; field in FileUtils
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc120 perm |= S_IROTH;
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp55 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in OpenForWrite()
Ddumpstate_test.cpp1380 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in CreateFd()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp277 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java371 FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IROTH, in logCriticalInfo()
DUserManagerService.java543 FileUtils.S_IRWXU | FileUtils.S_IRWXG | FileUtils.S_IROTH | FileUtils.S_IXOTH, in UserManagerService()
DSettings.java395 |FileUtils.S_IROTH|FileUtils.S_IXOTH, in Settings()
/frameworks/native/cmds/dumpstate/
Dutils.cpp789 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in _redirect_to_file()
Ddumpstate.cpp1292 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpHals()
1837 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpstateBoard()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java22 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/
DContextImpl.java2637 perms |= FileUtils.S_IROTH; in setFilePermissionsFromMode()
DApplicationPackageManager.java3030 if ((OsConstants.S_IROTH & stat.st_mode) != 0) { in registerDexModule()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...