Lines Matching full:cache
5 # Configure user cache directory.
7 # The user cache can be used for caching of data that should be persistent
11 # Only data that can be safely re-generated should be placed in this cache.
13 # Zephyr build system uses this user cache to store Zephyr compiler check
20 # - USER_CACHE_DIR: User cache directory in use.
33 set(env_suffix_LOCALAPPDATA .cache)
36 # On macOS, ~/Library/Caches is the preferred cache directory.
39 set(env_suffix_HOME .cache)
51 # that is defined and defaulting to $HOME/.cache otherwise.
83 # Zephyr's cache files go in the "zephyr" subdirectory of the
84 # user's cache directory.
87 set(local_dir ${ZEPHYR_BASE}/.cache)
94 # write cache files to.
98 message(STATUS "Cache files will be written to: ${USER_CACHE_DIR}")