Searched refs:IsFileWriteable (Results 1 – 4 of 4) sorted by relevance
70 MOCK_METHOD(bool, IsFileWriteable, (const std::string& path), (override));265 EXPECT_CALL(ftrace, IsFileWriteable("/root/events/g/a/enable")) in TEST()267 EXPECT_CALL(ftrace, IsFileWriteable("/root/events/g/b/enable")) in TEST()269 EXPECT_CALL(ftrace, IsFileWriteable("/root/events/g/c/enable")) in TEST()
207 return IsFileWriteable(path); in IsEventAccessible()604 bool FtraceProcfs::IsFileWriteable(const std::string& path) { in IsFileWriteable() function in perfetto::FtraceProcfs
197 virtual bool IsFileWriteable(const std::string& path);
192 MOCK_METHOD(bool, IsFileWriteable, (const std::string& path), (override));