Home
last modified time | relevance | path

Searched refs:cache_dir (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c656 const char *dev_cache = NULL, *cache_dir, *cache_file_prefix; in _init_filters() local
672 cache_dir = find_config_tree_str(cmd, "devices/cache_dir", NULL); in _init_filters()
675 if (cache_dir || cache_file_prefix) { in _init_filters()
678 cache_dir ? "" : cmd->system_dir, in _init_filters()
679 cache_dir ? "" : "/", in _init_filters()
680 cache_dir ? : DEFAULT_CACHE_SUBDIR, in _init_filters()
/netbsd-src/external/gpl2/lvm2/dist/doc/
H A Dexample.conf74 cache_dir = "/etc/lvm/cache"
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp194 static std::string cache_dir; variable
266 cache_dir = std::string(opt); in process_plugin_option()
1096 if (!options::cache_dir.empty()) in runLTO()
1097 Cache = check(localCache(options::cache_dir, AddBuffer)); in runLTO()
1177 if (!options::cache_dir.empty()) { in cleanup_hook()
1179 pruneCache(options::cache_dir, policy); in cleanup_hook()
/netbsd-src/external/gpl2/lvm2/dist/test/
H A Dlvm-utils.sh190 cache_dir = "$G_root_/etc"
H A Dtest-utils.sh189 cache_dir = "$G_root_/etc"
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A Dlto.h876 const char *cache_dir);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp613 const char *cache_dir) { in thinlto_codegen_set_cache_dir() argument
614 return unwrap(cg)->setCacheDir(cache_dir); in thinlto_codegen_set_cache_dir()
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW769 Fix loading of persistent cache if cache_dir is used. (2.02.23)
868 Add devices/cache_dir & devices/cache_file_prefix, deprecating devices/cache.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git59791 lassign [remote_exec host sh "-c \"rm $cache_dir/*.gdb-index\""] ret