Home
last modified time | relevance | path

Searched refs:create_dirs (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/
Dcreate_long_dirs.c87 void create_dirs(int n) in create_dirs() function
158 create_dirs(names); in main()
/external/curl/src/
Dtool_cfgable.h162 bool create_dirs; member
Dtool_cfgable.c35 config->create_dirs = FALSE; in config_init()
Dtool_getparam.c753 config->create_dirs = toggle; in getparameter()
Dtool_operate.c594 if(config->create_dirs || metalink) { in operate_do()
/external/elfutils/src/
Dunstrip.c2089 handle_file (const char *output_file, bool create_dirs, in handle_file() argument
2135 if (create_dirs) in handle_file()
2177 handle_explicit_files (const char *output_file, bool create_dirs, bool force, in handle_explicit_files() argument
2223 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, unstripped); in handle_explicit_files()
2235 handle_dwfl_module (const char *output_file, bool create_dirs, bool force, in handle_dwfl_module() argument
2307 handle_explicit_files (output_file, create_dirs, force, in handle_dwfl_module()
2322 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, debug); in handle_dwfl_module()