/frameworks/opt/net/wifi/libwifi_system/ |
D | supplicant_manager.cpp | 41 constexpr mode_t kConfigFileMode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP; 235 (chmod(kWiFiEntropyFile, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) != 0)) { in EnsureEntropyFileExists()
|
D | hostapd_manager.cpp | 111 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, in WriteHostapdConfig()
|
/frameworks/base/tools/aapt/ |
D | CacheUpdater.h | 87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
|
D | Resource.cpp | 2825 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
|
/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()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 22 import static android.system.OsConstants.S_IRGRP; 281 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir()
|
D | PackageHelper.java | 298 | 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/base/core/java/android/database/sqlite/ |
D | SQLiteOpenHelper.java | 366 int perms = FileUtils.S_IRUSR | FileUtils.S_IWUSR | FileUtils.S_IRGRP | FileUtils.S_IWGRP; in setFilePermissionsForDb()
|
/frameworks/base/native/webview/loader/ |
D | loader.cpp | 98 chmod(relro_tmp, S_IRUSR | S_IRGRP | S_IROTH) != 0 || in DoCreateRelroFile()
|
/frameworks/base/tools/aapt2/util/ |
D | Files.cpp | 96 constexpr const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP; in mkdirs()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 114 perm |= S_IRGRP;
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDebuggingManager.java | 414 FileUtils.S_IRGRP, -1, -1); in writeKey()
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 65 public static final int S_IRGRP = 00040; field in FileUtils
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 659 int fd = open(path, O_CREAT | O_WRONLY, S_IRWXU | S_IRGRP | S_IROTH); in serializeDisplayListTree()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 818 if (fchmod(output_fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) { in dump_profiles() 978 S_IRUSR|S_IWUSR|S_IRGRP | in set_permissions_and_ownership()
|
D | InstalldNativeService.cpp | 2108 if (fchmod(idmap_fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) < 0) { in idmap()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 815 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in CreateFd()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 794 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in _redirect_to_file()
|
D | dumpstate.cpp | 1299 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))); in DumpstateBoard()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 21 import static android.system.OsConstants.S_IRGRP; 479 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, in assertInstall()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2432 |FileUtils.S_IRGRP|FileUtils.S_IWGRP in setFilePermissionsFromMode()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 2195 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writePackageRestrictionsLPr() 2601 |FileUtils.S_IRGRP|FileUtils.S_IWGRP, in writeLPr()
|