Home
last modified time | relevance | path

Searched refs:getVmPolicy (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java72 BlockGuard.getVmPolicy().onPathAccess(path); in access()
79 BlockGuard.getVmPolicy().onPathAccess(path); in chmod()
86 BlockGuard.getVmPolicy().onPathAccess(path); in chown()
208 BlockGuard.getVmPolicy().onPathAccess(path); in lchown()
215 BlockGuard.getVmPolicy().onPathAccess(oldPath); in link()
216 BlockGuard.getVmPolicy().onPathAccess(newPath); in link()
229 BlockGuard.getVmPolicy().onPathAccess(path); in lstat()
236 BlockGuard.getVmPolicy().onPathAccess(path); in mkdir()
243 BlockGuard.getVmPolicy().onPathAccess(path); in mkfifo()
250 BlockGuard.getVmPolicy().onPathAccess(path); in open()
[all …]
/libcore/ojluni/src/main/java/java/io/
DUnixFileSystem.java177 BlockGuard.getVmPolicy().onPathAccess(path); in canonicalize()
251 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in getBooleanAttributes()
290 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in getLastModifiedTime()
307 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in setPermission()
316 BlockGuard.getVmPolicy().onPathAccess(path); in createFileExclusively()
345 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in list()
353 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in createDirectory()
382 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in setLastModifiedTime()
390 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in setReadOnly()
414 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in getSpace()
/libcore/dalvik/src/main/java/dalvik/system/
DBlockGuard.java239 public static @NonNull VmPolicy getVmPolicy() { in getVmPolicy() method in BlockGuard
/libcore/luni/src/test/java/libcore/libcore/io/
DBlockGuardOsTest.java83 savedVmPolicy = BlockGuard.getVmPolicy(); in setUp()
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt540 method @NonNull public static dalvik.system.BlockGuard.VmPolicy getVmPolicy();