Home
last modified time | relevance | path

Searched defs:PERMISSION_USER_ONLY (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java359 private static final int PERMISSION_USER_ONLY = 0600; field in StrictModeTest
388 () -> Os.open(test.getAbsolutePath(), OsConstants.O_RDONLY, PERMISSION_USER_ONLY), in testRead() local
421 () -> Os.open(file.getAbsolutePath(), OsConstants.O_RDWR, PERMISSION_USER_ONLY), in testWrite() local