Searched refs:cache_dir (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/ |
H A D | toolcontext.c | 656 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 D | example.conf | 74 cache_dir = "/etc/lvm/cache"
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 194 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 D | lvm-utils.sh | 190 cache_dir = "$G_root_/etc"
|
H A D | test-utils.sh | 189 cache_dir = "$G_root_/etc"
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
H A D | lto.h | 876 const char *cache_dir);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/ |
H A D | lto.cpp | 613 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 D | WHATS_NEW | 769 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 D | ChangeLog.git | 59791 lassign [remote_exec host sh "-c \"rm $cache_dir/*.gdb-index\""] ret
|