Home
last modified time | relevance | path

Searched refs:S_IRWXO (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java130 | FileUtils.S_IRWXO, -1, -1); in copyRawToFile()
133 | FileUtils.S_IRWXO, -1, -1); in copyRawToFile()
/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerBaseTest.java238 | FileUtils.S_IRWXO, -1, -1); in copyRawToFile()
241 | FileUtils.S_IRWXO, -1, -1); in copyRawToFile()
/frameworks/native/cmds/rawbu/
Dbackup.cpp498 st->st_mode &= (S_IRWXU|S_IRWXG|S_IRWXO); in read_header()
595 if (chmod(path, statBuffer.st_mode&(S_IRWXU|S_IRWXG|S_IRWXO)) != 0) { in restore_data()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java21 import static android.system.OsConstants.S_IRWXO;
422 Os.umask(S_IRWXG | S_IRWXO); in handleSystemServerProcess()
/frameworks/base/core/java/android/os/
DFileUtils.java65 public static final int S_IRWXO = 00007; field in FileUtils
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java306 FileUtils.S_IRWXU | FileUtils.S_IRWXG | FileUtils.S_IRWXO, in getInstallablePackage()
310 FileUtils.S_IRWXU | FileUtils.S_IRWXG | FileUtils.S_IRWXO, in getInstallablePackage()
/frameworks/base/api/
Dcurrent.txt29738 field public static final int S_IRWXO;
Dsystem-current.txt31889 field public static final int S_IRWXO;