Searched refs:backing_filepath (Results 1 – 5 of 5) sorted by relevance
58 const FilePath& backing_filepath);
165 const FilePath& backing_filepath) in DirectoryBackingStore() argument169 backing_filepath_(backing_filepath), in DirectoryBackingStore()
302 const FilePath& backing_filepath) in UnsaveableBackingStore() argument303 : DirectoryBackingStore(dir_name, backing_filepath) { } in UnsaveableBackingStore()310 const FilePath& backing_filepath) { in CreateBackingStore() argument311 return new UnsaveableBackingStore(dir_name, backing_filepath); in CreateBackingStore()
819 const FilePath& backing_filepath);
380 const string& dir_name, const FilePath& backing_filepath) { in CreateBackingStore() argument381 return new DirectoryBackingStore(dir_name, backing_filepath); in CreateBackingStore()