OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_pipe
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish/libqemu/
test_util.h
20
#include <hardware/
qemu_pipe
.h>
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp
17
#include <hardware/
qemu_pipe
.h>
/external/qemu/
os-posix.c
367
return
qemu_pipe
(fds);
posix-aio-compat.c
639
if (
qemu_pipe
(fds) == -1) {
/external/qemu/util/
oslib-posix.c
195
int
qemu_pipe
(int pipefd[2])
function
/system/core/adb/
transport_local.c
194
* Redefine open and write for
qemu_pipe
.h that contains inlined references
195
* to those routines. We will redifine them back after
qemu_pipe
.h inclusion.
201
#include <hardware/
qemu_pipe
.h>
adb.c
158
* Redefine open and write for
qemu_pipe
.h that contains inlined references
159
* to those routines. We will redifine them back after
qemu_pipe
.h inclusion.
166
#include <hardware/
qemu_pipe
.h>
[
all
...]
/external/qemu/include/
qemu-common.h
230
int
qemu_pipe
(int pipefd[2]);
Completed in 881 milliseconds