Home
last modified time | relevance | path

Searched refs:is_shared_cache_option_enabled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Ddatabase.cpp89 if (is_shared_cache_option_enabled()) { in get_sqlite_flags()
93 if (is_shared_cache_option_enabled()) { in get_sqlite_flags()
H A Ddatabase.hpp106 inline bool is_shared_cache_option_enabled() const noexcept { in is_shared_cache_option_enabled() function in executorchcoreml::sqlite::Database::OpenOptions