Searched refs:onPathAccess (Results 1 – 5 of 5) sorted by relevance
72 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 …]
177 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()
119 void onPathAccess(String path); in onPathAccess() method192 @Override public void onPathAccess(String path) {}
105 verify(mockVmPolicy).onPathAccess(oldPath); in test_blockguardOsIsNotifiedByDefault_rename()106 verify(mockVmPolicy).onPathAccess(newPath); in test_blockguardOsIsNotifiedByDefault_rename()
555 method public void onPathAccess(String);