Searched refs:is_temporary (Results 1 – 6 of 6) sorted by relevance
82 bool CreateShareInfoTable(bool is_temporary);84 bool CreateShareInfoTableVersion71(bool is_temporary);87 bool CreateMetasTable(bool is_temporary);
1423 bool DirectoryBackingStore::CreateMetasTable(bool is_temporary) { in CreateMetasTable() argument1425 query.append(is_temporary ? "temp_metas" : "metas"); in CreateMetasTable()1490 bool DirectoryBackingStore::CreateShareInfoTable(bool is_temporary) { in CreateShareInfoTable() argument1491 const char* name = is_temporary ? "temp_share_info" : "share_info"; in CreateShareInfoTable()1512 bool is_temporary) { in CreateShareInfoTableVersion71() argument1513 const char* name = is_temporary ? "temp_share_info" : "share_info"; in CreateShareInfoTableVersion71()
257 bool CreateURLTable(bool is_temporary);277 URLID AddURLInternal(const URLRow& info, bool is_temporary);
133 bool is_temporary) { in AddURLInternal() argument144 if (is_temporary) { in AddURLInternal()590 bool URLDatabase::CreateURLTable(bool is_temporary) { in CreateURLTable() argument591 const char* name = is_temporary ? "temp_urls" : "urls"; in CreateURLTable()
165 int is_temporary; member
453 if (bs->is_temporary) { in bdrv_open_common()479 if (bs->is_temporary) { in bdrv_open_common()583 bs->is_temporary = 1; in bdrv_open()625 if (bs->is_temporary) { in bdrv_open()643 if (bs->is_temporary) { in bdrv_open()662 if (bs->is_temporary) { in bdrv_close()