Searched refs:file_prefix_ (Results 1 – 7 of 7) sorted by relevance
/external/icing/icing/store/ |
D | key-mapper.h | 141 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/ |
D | events_writer.cc | 36 file_prefix_(file_prefix), in EventsWriter() 68 strings::Printf("%s.out.tfevents.%010lld.%s%s", file_prefix_.c_str(), in InitIfNeeded()
|
D | events_writer.h | 87 const std::string file_prefix_; variable
|
D | debug_events_writer.cc | 167 file_prefix_ = io::JoinPath( in Init() 399 if (file_prefix_.empty()) { in FileName() 574 return strings::StrCat(file_prefix_, ".", suffix); in GetFileNameInternal()
|
D | debug_events_writer.h | 242 string file_prefix_; variable
|
/external/webrtc/rtc_base/ |
D | file_rotating_stream.cc | 178 file_prefix_(file_prefix), in FileRotatingStream() 255 GetFilesWithPrefix(dir_path_, file_prefix_); in Open() 339 return dir_path_ + file_prefix_ + file_postfix; in GetFilePath()
|
D | file_rotating_stream.h | 101 const std::string file_prefix_; variable
|