HomeSort by: relevance | last modified time | path
    Searched defs:cache_dir (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-cache.c 355 std::string cache_dir = get_standard_cache_dir (); local
356 if (!cache_dir.empty ())
358 index_cache_directory = cache_dir;
359 global_index_cache.set_directory (std::move (cache_dir));
index-cache.c 355 std::string cache_dir = get_standard_cache_dir (); local
356 if (!cache_dir.empty ())
358 index_cache_directory = cache_dir;
359 global_index_cache.set_directory (std::move (cache_dir));
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-cache.c 348 std::string cache_dir = get_standard_cache_dir (); local
349 if (!cache_dir.empty ())
351 index_cache_directory = cache_dir;
352 global_index_cache.set_directory (std::move (cache_dir));
index-cache.c 348 std::string cache_dir = get_standard_cache_dir (); local
349 if (!cache_dir.empty ())
351 index_cache_directory = cache_dir;
352 global_index_cache.set_directory (std::move (cache_dir));
  /src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.c 656 const char *dev_cache = NULL, *cache_dir, *cache_file_prefix; local
670 * If 'cache_dir' or 'cache_file_prefix' is set, ignore 'cache'.
672 cache_dir = find_config_tree_str(cmd, "devices/cache_dir", NULL);
675 if (cache_dir || cache_file_prefix) {
678 cache_dir ? "" : cmd->system_dir,
679 cache_dir ? "" : "/",
680 cache_dir ? : DEFAULT_CACHE_SUBDIR,
toolcontext.c 656 const char *dev_cache = NULL, *cache_dir, *cache_file_prefix; local
670 * If 'cache_dir' or 'cache_file_prefix' is set, ignore 'cache'.
672 cache_dir = find_config_tree_str(cmd, "devices/cache_dir", NULL);
675 if (cache_dir || cache_file_prefix) {
678 cache_dir ? "" : cmd->system_dir,
679 cache_dir ? "" : "/",
680 cache_dir ? : DEFAULT_CACHE_SUBDIR,
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 194 static std::string cache_dir; member in namespace:options
266 cache_dir = std::string(opt);
1096 if (!options::cache_dir.empty())
1097 Cache = check(localCache(options::cache_dir, AddBuffer));
1177 if (!options::cache_dir.empty()) {
1179 pruneCache(options::cache_dir, policy);
gold-plugin.cpp 194 static std::string cache_dir; member in namespace:options
266 cache_dir = std::string(opt);
1096 if (!options::cache_dir.empty())
1097 Cache = check(localCache(options::cache_dir, AddBuffer));
1177 if (!options::cache_dir.empty()) {
1179 pruneCache(options::cache_dir, policy);

Completed in 68 milliseconds