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.java75 BlockGuard.getVmPolicy().onPathAccess(path); in access()
82 BlockGuard.getVmPolicy().onPathAccess(path); in chmod()
89 BlockGuard.getVmPolicy().onPathAccess(path); in chown()
228 BlockGuard.getVmPolicy().onPathAccess(path); in lchown()
235 BlockGuard.getVmPolicy().onPathAccess(oldPath); in link()
236 BlockGuard.getVmPolicy().onPathAccess(newPath); in link()
249 BlockGuard.getVmPolicy().onPathAccess(path); in lstat()
256 BlockGuard.getVmPolicy().onPathAccess(path); in mkdir()
263 BlockGuard.getVmPolicy().onPathAccess(path); in mkfifo()
270 BlockGuard.getVmPolicy().onPathAccess(path); in open()
[all …]
/libcore/ojluni/src/main/java/java/io/
DUnixFileSystem.java216 BlockGuard.getVmPolicy().onPathAccess(path); in canonicalize()
302 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in getBooleanAttributes()
341 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in getLastModifiedTime()
358 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in setPermission()
367 BlockGuard.getVmPolicy().onPathAccess(path); in createFileExclusively()
396 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in list()
404 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in createDirectory()
433 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in setLastModifiedTime()
441 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in setReadOnly()
465 BlockGuard.getVmPolicy().onPathAccess(f.getPath()); in getSpace()
/libcore/dalvik/src/main/java/dalvik/system/
DBlockGuard.java270 public static @NonNull VmPolicy getVmPolicy() { in getVmPolicy() method in BlockGuard
/libcore/luni/src/test/java/libcore/libcore/io/
DBlockGuardOsTest.java91 savedVmPolicy = BlockGuard.getVmPolicy(); in setUp()
/libcore/api/
Dmodule-lib-current.txt187 method @NonNull public static dalvik.system.BlockGuard.VmPolicy getVmPolicy();