OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourcefd
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
PipeImpl.java
45
FileDescriptor
sourcefd
= new FileDescriptor();
local
46
IOUtil.setfdVal(
sourcefd
, readFd);
47
source = new SourceChannelImpl(sp,
sourcefd
);
/external/selinux/libsemanage/tests/
test_semanage_store.c
311
int
sourcefd
, goodfd, badfd, err;
local
315
sourcefd
= open("nc_sort_unsorted", O_RDONLY);
316
if (
sourcefd
< 0) {
320
fstat(
sourcefd
, &sb);
323
(char *)mmap(NULL, source_buf_len, PROT_READ, MAP_PRIVATE,
sourcefd
,
374
close(
sourcefd
);
Completed in 58 milliseconds