Home
last modified time | relevance | path

Searched refs:is_temporary (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/sync/syncable/
Ddirectory_backing_store.h82 bool CreateShareInfoTable(bool is_temporary);
84 bool CreateShareInfoTableVersion71(bool is_temporary);
87 bool CreateMetasTable(bool is_temporary);
Ddirectory_backing_store.cc1423 bool DirectoryBackingStore::CreateMetasTable(bool is_temporary) { in CreateMetasTable() argument
1425 query.append(is_temporary ? "temp_metas" : "metas"); in CreateMetasTable()
1490 bool DirectoryBackingStore::CreateShareInfoTable(bool is_temporary) { in CreateShareInfoTable() argument
1491 const char* name = is_temporary ? "temp_share_info" : "share_info"; in CreateShareInfoTable()
1512 bool is_temporary) { in CreateShareInfoTableVersion71() argument
1513 const char* name = is_temporary ? "temp_share_info" : "share_info"; in CreateShareInfoTableVersion71()
/external/chromium_org/components/history/core/browser/
Durl_database.h257 bool CreateURLTable(bool is_temporary);
277 URLID AddURLInternal(const URLRow& info, bool is_temporary);
Durl_database.cc133 bool is_temporary) { in AddURLInternal() argument
144 if (is_temporary) { in AddURLInternal()
590 bool URLDatabase::CreateURLTable(bool is_temporary) { in CreateURLTable() argument
591 const char* name = is_temporary ? "temp_urls" : "urls"; in CreateURLTable()
/external/qemu/include/block/
Dblock_int.h165 int is_temporary; member
/external/qemu/
Dblock.c453 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()