HomeSort by relevance Sort by last modified time
    Searched defs:procfs (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/os/test-apps/ProcfsTestApp/src/android/os/procfs/
ProcfsTest.java 17 package android.os.procfs;
  /external/webrtc/webrtc/base/
linux.cc 38 ConfigParser procfs; local
39 if (!procfs.Open(kCpuInfoFile)) {
42 return procfs.Parse(&sections_);
  /external/perfetto/src/ftrace_reader/
ftrace_controller_unittest.cc 208 MockFtraceProcfs* procfs() { return procfs_; } function in class:perfetto::TestFtraceController
279 CreateTestController(true /* nice runner */, true /* nice procfs */);
289 CreateTestController(true /* nice runner */, true /* nice procfs */);
294 EXPECT_FALSE(controller->procfs()->is_tracing_on());
299 CreateTestController(true /* nice runner */, false /* nice procfs */);
304 EXPECT_CALL(*controller->procfs(), WriteToFile("/root/tracing_on", "1"));
305 EXPECT_CALL(*controller->procfs(), WriteToFile(kFooEnablePath, "1"));
306 EXPECT_CALL(*controller->procfs(), WriteToFile("/root/buffer_size_kb", _));
309 EXPECT_CALL(*controller->procfs(), WriteToFile("/root/buffer_size_kb", "0"));
310 EXPECT_CALL(*controller->procfs(), ClearFile("/root/trace")
    [all...]

Completed in 107 milliseconds