Searched refs:system_path (Results 1 – 2 of 2) sorted by relevance
44 std::string system_path = tracepoint_dirname + "/" + system_name; in GetTracepointEventTypes() local45 for (const auto& event_name : GetSubDirs(system_path)) { in GetTracepointEventTypes()46 std::string id_path = system_path + "/" + event_name + "/id"; in GetTracepointEventTypes()
164 base::FilePath system_path("/var/lib/chaps"); in SetUp() local166 .WillByDefault(DoAll(SetArgumentPointee<2>(system_path), Return(true))); in SetUp()