Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A 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()
H A Dftrace_procfs.cc207 return IsFileWriteable(path); in IsEventAccessible()
604 bool FtraceProcfs::IsFileWriteable(const std::string& path) { in IsFileWriteable() function in perfetto::FtraceProcfs
H A Dftrace_procfs.h197 virtual bool IsFileWriteable(const std::string& path);
H A Dftrace_controller_unittest.cc192 MOCK_METHOD(bool, IsFileWriteable, (const std::string& path), (override));