Searched refs:PERMISSION_USER_ONLY (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/os/src/android/os/cts/ |
D | StrictModeTest.java | 359 private static final int PERMISSION_USER_ONLY = 0600; field in StrictModeTest 368 Os.open(test.getAbsolutePath(), OsConstants.O_RDONLY, PERMISSION_USER_ONLY); in testRead() 388 () -> Os.open(test.getAbsolutePath(), OsConstants.O_RDONLY, PERMISSION_USER_ONLY), in testRead() local 399 Os.open(file.getAbsolutePath(), OsConstants.O_RDWR, PERMISSION_USER_ONLY); in testWrite() 421 () -> Os.open(file.getAbsolutePath(), OsConstants.O_RDWR, PERMISSION_USER_ONLY), in testWrite() local
|