MCPcopy Create free account
hub / github.com/axboe/liburing / t_create_file

Function t_create_file

test/helpers.c:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void t_create_file(const char *file, size_t size)
97{
98 __t_create_file(file, size, 0xaa);
99}
100
101void t_create_file_pattern(const char *file, size_t size, char pattern)
102{

Callers 15

test_fileFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
test_xattrFunction · 0.85
test_failure_xattrFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

__t_create_fileFunction · 0.85

Tested by 8

test_fileFunction · 0.68
test_xattrFunction · 0.68
test_failure_xattrFunction · 0.68
test_rapid_drain_refillFunction · 0.68
test_sync_file_rangeFunction · 0.68
test_reuseFunction · 0.68
test_execFunction · 0.68