Home
last modified time | relevance | path

Searched refs:create_this_dir_2 (Results 1 – 3 of 3) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/fasterq-dump/
H A Dhelper.h174 rc_t create_this_dir_2( KDirectory * dir, const char * dir_name, bool force );
H A Dfasterq-dump.c659 rc = create_this_dir_2( tool_ctx -> dir, tool_ctx -> output_dirname, true ); in populate_tool_ctx()
H A Dhelper.c1081 rc_t create_this_dir_2( KDirectory * dir, const char * dir_name, bool force ) in create_this_dir_2() function