Home
last modified time | relevance | path

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

/external/icing/icing/store/
Dkey-mapper.h141 const std::string file_prefix_; variable
187 : file_prefix_(absl_ports::StrCat(key_mapper_dir, "/", kKeyMapperPrefix)), in KeyMapper()
188 trie_(file_prefix_, in KeyMapper()
207 absl_ports::StrCat("Failed to create KeyMapper file: ", file_prefix_)); in Initialize()
211 absl_ports::StrCat("Failed to init KeyMapper file: ", file_prefix_)); in Initialize()
224 "Unable to insert key ", key, " into KeyMapper ", file_prefix_, ".")); in GetOrPut()
244 "Unable to insert key ", key, " into KeyMapper ", file_prefix_, ".")); in Put()
255 "Key not found ", key, " in KeyMapper ", file_prefix_, ".")); in Get()
284 absl_ports::StrCat("Failed to sync KeyMapper file: ", file_prefix_)); in PersistToDisk()
/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 std::string file_prefix_; variable
Ddebug_events_writer.cc167 file_prefix_ = io::JoinPath( in Init()
399 if (file_prefix_.empty()) { in FileName()
574 return strings::StrCat(file_prefix_, ".", suffix); in GetFileNameInternal()
Ddebug_events_writer.h242 string file_prefix_; variable
/external/webrtc/rtc_base/
Dfile_rotating_stream.cc178 file_prefix_(file_prefix), in FileRotatingStream()
255 GetFilesWithPrefix(dir_path_, file_prefix_); in Open()
339 return dir_path_ + file_prefix_ + file_postfix; in GetFilePath()
Dfile_rotating_stream.h101 const std::string file_prefix_; variable