Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dfilerotatingstream.cc50 file_prefix_(file_prefix), in FileRotatingStream()
318 current_name.compare(0, file_prefix_.size(), file_prefix_) == 0) { in GetFilesWithPrefix()
337 file_name << file_prefix_ << "_"; in GetFilePath()
Dfilerotatingstream.h109 const std::string file_prefix_; variable
/external/tensorflow/tensorflow/core/util/
Devents_writer.cc36 file_prefix_(file_prefix), in EventsWriter()
68 strings::Printf("%s.out.tfevents.%010lld.%s%s", file_prefix_.c_str(), in InitIfNeeded()
Devents_writer.h87 const string file_prefix_; variable