Home
last modified time | relevance | path

Searched defs:_path (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/power-libperfmgr/adaptivecpu/tests/
DCpuLoadReaderSysDevicesTest.cpp41 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
48 .WillRepeatedly([](auto _path __attribute__((unused)), auto result) { in TEST()
54 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
61 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
65 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
71 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
75 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
82 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
86 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
92 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
[all …]
DCpuFrequencyReaderTest.cpp42 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
48 .WillRepeatedly([](auto _path __attribute__((unused)), auto result) { in TEST()
64 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
71 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
75 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
82 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
86 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
105 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
112 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
116 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
[all …]
DCpuLoadReaderProcStatTest.cpp39 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
47 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
69 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
77 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
96 .WillRepeatedly([](auto _path __attribute__((unused)), auto result) { in TEST()
111 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
119 .WillOnce([](auto _path __attribute__((unused)), auto result) { in TEST()
/hardware/google/graphics/common/memtrack-pixel/core/
Dfilesystem.h20 path(const std::string _path) : strPath(_path) {} in path()
40 directory_entry(const std::string _path) : p(_path) {} in directory_entry()