Searched refs:onPathAccess (Results 1 – 5 of 5) sorted by relevance
75 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 …]
216 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()
138 void onPathAccess(@NonNull String path); in onPathAccess() method217 @Override public void onPathAccess(String path) {}
113 verify(mockVmPolicy).onPathAccess(oldPath); in test_blockguardOsIsNotifiedByDefault_rename()114 verify(mockVmPolicy).onPathAccess(newPath); in test_blockguardOsIsNotifiedByDefault_rename()
202 method public void onPathAccess(@NonNull String);