Searched refs:fake_proc_task (Results 1 – 1 of 1) sorted by relevance
494 auto fake_proc_task = base::TempDir::Create(); in TEST_F() local497 make_proc_path(fake_proc_task, tid); in TEST_F()523 .WillRepeatedly(Invoke([&fake_proc_task](int32_t) { in TEST_F()524 return base::ScopedDir(opendir(fake_proc_task.path().c_str())); in TEST_F()