Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source_unittest.cc330 auto fake_proc = base::TempDir::Create(); in TEST_F() local
335 sprintf(path, "%s/%d", fake_proc.path().c_str(), pid); in TEST_F()
342 EXPECT_CALL(*data_source, OpenProcDir()).WillRepeatedly(Invoke([&fake_proc] { in TEST_F()
343 return base::ScopedDir(opendir(fake_proc.path().c_str())); in TEST_F()
410 auto fake_proc = base::TempDir::Create(); in TEST_F() local
414 sprintf(path, "%s/%d", fake_proc.path().c_str(), kPid); in TEST_F()
419 EXPECT_CALL(*data_source, OpenProcDir()).WillRepeatedly(Invoke([&fake_proc] { in TEST_F()
420 return base::ScopedDir(opendir(fake_proc.path().c_str())); in TEST_F()
487 auto fake_proc = base::TempDir::Create(); in TEST_F() local
489 make_proc_path(fake_proc, kPid); in TEST_F()
[all …]