Home
last modified time | relevance | path

Searched refs:c_fd (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_build_helper.py44 c_fd, c_name = tempfile.mkstemp(prefix='tmp-{}-'.format(file_label),
49 c_file = os.fdopen(c_fd, 'w', encoding='ascii')
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c126 int c_fd; member
4265 return (fdc->c_fd); in alloc_fd()
4286 if (cp->c_fd != -1) { in alloc_fdcache()
4287 close(cp->c_fd); in alloc_fdcache()
4313 if (cp->c_fd != -1 && in alloc_fdcache()
4323 if (cp->c_fd == -1) { in alloc_fdcache()
4356 close(oldest_slot->c_fd); in alloc_fdcache()
4357 oldest_slot->c_fd = -1; in alloc_fdcache()
4394 cp->c_fd = -1; in alloc_fdcache()
4404 free_slot->c_fd in alloc_fdcache()
[all...]

Completed in 5 milliseconds