Searched refs:ScopedInaccessible (Results 1 – 4 of 4) sorted by relevance
130 android::base::ScopeGuard<std::function<void()>> ScopedInaccessible(const std::string& path);
160 android::base::ScopeGuard<std::function<void()>> ScopedInaccessible(const std::string& path) { in ScopedInaccessible() function
298 auto scoped_inaccessible = ScopedInaccessible(dir_2_path); in TEST_F()
650 auto scoped_inaccessible = ScopedInaccessible(oat_dir); in TEST_F()1136 ScopedInaccessible(scratch_path_ + "/a/oat/arm64")); in TEST_F()1707 auto scoped_inaccessible = ScopedInaccessible(std::filesystem::path(profile_file).parent_path()); in TEST_F()1757 auto scoped_inaccessible = ScopedInaccessible(std::filesystem::path(path).parent_path()); in TestGetVisibilityPermissionDenied()