Home
last modified time | relevance | path

Searched refs:IsFileWriteable (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dvendor_tracepoints_unittest.cc70 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()
Dftrace_procfs.h179 virtual bool IsFileWriteable(const std::string& path);
Dftrace_procfs.cc169 return IsFileWriteable(path); in IsEventAccessible()
555 bool FtraceProcfs::IsFileWriteable(const std::string& path) { in IsFileWriteable() function in perfetto::FtraceProcfs
Dftrace_controller_unittest.cc182 MOCK_METHOD(bool, IsFileWriteable, (const std::string& path), (override));