Searched refs:system_path (Results 1 – 2 of 2) sorted by relevance
42 std::string system_path = tracepoint_dirname + "/" + system_name; in GetTracepointEventTypes() local44 GetEntriesInDir(system_path, nullptr, &event_dirs); in GetTracepointEventTypes()46 std::string id_path = system_path + "/" + event_name + "/id"; in GetTracepointEventTypes()
168 base::FilePath system_path("/var/lib/chaps"); in SetUp() local170 .WillByDefault(DoAll(SetArgumentPointee<2>(system_path), Return(true))); in SetUp()