Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DUidProcStatsCollectorTest.cpp145 TemporaryDir secondSnapshot; in TEST() local
146 ASSERT_RESULT_OK(populateProcPidDir(secondSnapshot.path, pidToTids, perProcessStat, in TEST()
149 collector.mPath = secondSnapshot.path; in TEST()
152 << "Files under the path `" << secondSnapshot.path << "` are inaccessible"; in TEST()
321 TemporaryDir secondSnapshot; in TEST() local
322 ASSERT_RESULT_OK(populateProcPidDir(secondSnapshot.path, pidToTids, perProcessStat, in TEST()
325 collector.mPath = secondSnapshot.path; in TEST()
328 << "Files under the path `" << secondSnapshot.path << "` are inaccessible"; in TEST()
H A DUidIoStatsCollectorTest.cpp79 constexpr char secondSnapshot[] = "1001234 10000 2000 7000 950 0 0 0 0 45 0\n" in TEST() local
94 ASSERT_TRUE(WriteStringToFile(secondSnapshot, tf.path)); in TEST()
H A DProcStatTest.cpp97 constexpr char secondSnapshot[] = in TEST() local
127 ASSERT_TRUE(WriteStringToFile(secondSnapshot, tf.path)); in TEST()