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()
179 virtual bool IsFileWriteable(const std::string& path);
169 return IsFileWriteable(path); in IsEventAccessible()555 bool FtraceProcfs::IsFileWriteable(const std::string& path) { in IsFileWriteable() function in perfetto::FtraceProcfs
182 MOCK_METHOD(bool, IsFileWriteable, (const std::string& path), (override));