Searched refs:create_file_with_name (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.h72 int create_file_with_name( char *the_pathp, char *the_namep, int remove_existing );
H A Dmisc.c78 * create_file_with_name - create a file in the given target directory using the given name.
84 int create_file_with_name( char *the_target_dirp, char *the_namep, int remove_existing ) { function
161 } /* create_file_with_name */
H A Dtests.c4543 my_err = create_file_with_name( my_pathp, "foo", 0 );
4549 my_err = create_file_with_name( my_pathp, "foobar", 0 );
4555 my_err = create_file_with_name( my_pathp, "foofoo", 0 );
4561 my_err = create_file_with_name( my_pathp, "xxxfoo", 0 );

Completed in 175 milliseconds