Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/monitoring/tombstone_transmit/
Dtombstone_transmit.cpp123 for (auto& ts_name : ts_names) { in main() local
124 if (regex_match(ts_name, re)) { in main()
125 tombstone_send_to_host(std::string(TOMBSTONE_DIR) + ts_name); in main()