Searched refs:create_dirs (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/ |
D | create_long_dirs.c | 87 void create_dirs(int n) in create_dirs() function 158 create_dirs(names); in main()
|
/external/curl/src/ |
D | tool_cfgable.h | 162 bool create_dirs; member
|
D | tool_cfgable.c | 35 config->create_dirs = FALSE; in config_init()
|
D | tool_getparam.c | 753 config->create_dirs = toggle; in getparameter()
|
D | tool_operate.c | 594 if(config->create_dirs || metalink) { in operate_do()
|
/external/elfutils/src/ |
D | unstrip.c | 2089 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()
|