OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unix_close
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
unix_io.c
690
static errcode_t
unix_close
(io_channel channel)
function
1111
.close =
unix_close
,
1132
.close =
unix_close
,
/system/core/adb/
sysdeps.h
202
// See the comments for the !defined(_WIN32) version of
unix_close
().
203
static __inline__ int
unix_close
(int fd)
function
456
// unix_write(),
unix_close
(), but not adb_read(), adb_write(), adb_close().
461
// by unix_read(), unix_write(),
unix_close
()). Also, the C Runtime has
490
// adb_write(), adb_close(), but not unix_read(), unix_write(),
unix_close
().
654
// On Unix, unix_read(), unix_write(),
unix_close
() map to adb_read(),
661
#define
unix_close
adb_close
Completed in 92 milliseconds