Home
last modified time | relevance | path

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

/external/icing/icing/index/main/
Dflash-index-storage.h86 const std::string& index_filename, const Filesystem* filesystem,
165 FlashIndexStorage(const std::string& index_filename,
Dflash-index-storage.cc57 const std::string& index_filename, const Filesystem* filesystem, in Create() argument
60 FlashIndexStorage storage(index_filename, filesystem, in_memory); in Create()
68 FlashIndexStorage::FlashIndexStorage(const std::string& index_filename, in FlashIndexStorage() argument
71 : index_filename_(index_filename), in FlashIndexStorage()
/external/python/parse_type/bin/
Dmake_localpi.py137 index_filename = os.path.join(index_dir, "index.html")
166 with open(index_filename, "w") as f: