Searched refs:S_IRUSR (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/tools/aapt/
H A DCacheUpdater.h82 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
H A DResource.cpp1952 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
/frameworks/base/core/jni/
H A Dandroid_server_Watchdog.cpp68 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
H A Dcom_android_internal_content_NativeLibraryHelper.cpp250 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
/frameworks/base/keystore/java/android/security/
H A DSystemKeyStore.java99 FileUtils.setPermissions(keyFile.getName(), (FileUtils.S_IRUSR | FileUtils.S_IWUSR),
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c88 fileDesc = open(strKeyFilename, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR);
/frameworks/base/tools/localize/
H A Dfile_utils.cpp39 err = mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
/frameworks/base/core/java/android/os/
H A DFileUtils.java38 public static final int S_IRUSR = 00400; field in class:FileUtils
/frameworks/base/opengl/libs/EGL/
H A Degl_cache.cpp279 fchmod(fd, S_IRUSR);
/frameworks/base/cmds/dumpstate/
H A Dutils.c282 int fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/frameworks/base/cmds/installd/
H A Dcommands.c288 if (chmod(pkgpath, S_IRUSR|S_IWUSR|S_IRGRP) < 0) {
533 S_IRUSR|S_IWUSR|S_IRGRP |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java169 FileUtils.S_IRUSR | FileUtils.S_IWUSR |
275 FileUtils.S_IRUSR | FileUtils.S_IWUSR |
/frameworks/base/tools/aidl/
H A Daidl.cpp688 mkdir(p.data(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
953 S_IRUSR|S_IWUSR|S_IRGRP);
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c1333 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java715 FileUtils.S_IRUSR|FileUtils.S_IWUSR
953 FileUtils.S_IRUSR|FileUtils.S_IWUSR
1009 FileUtils.S_IRUSR|FileUtils.S_IWUSR
H A DPackageManagerService.java5943 FileUtils.S_IRUSR|FileUtils.S_IWUSR|FileUtils.S_IRGRP
6793 FileUtils.S_IRUSR|FileUtils.S_IWUSR|FileUtils.S_IRGRP|FileUtils.S_IROTH,
6846 tmpPackageFile.getCanonicalPath(), FileUtils.S_IRUSR|FileUtils.S_IWUSR,
/frameworks/base/cmds/keystore/
H A Dkeystore.cpp228 int out = open(tmpFileName, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR);
/frameworks/base/core/java/android/app/
H A DContextImpl.java1553 int perms = FileUtils.S_IRUSR|FileUtils.S_IWUSR

Completed in 424 milliseconds