OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_fd
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h
32
cb_handle_t(int
p_fd
, int p_ashmemSize, int p_usage,
35
fd(
p_fd
),
61
void setFd(int
p_fd
) {
62
if (
p_fd
>= 0) {
68
fd =
p_fd
;
/external/qemu/block/
vmdk.c
178
int snp_fd,
p_fd
;
local
205
p_fd
= open(backing_file, O_RDONLY | O_BINARY | O_LARGEFILE);
206
if (
p_fd
< 0) {
212
if (lseek(
p_fd
, 0x0, SEEK_SET) == -1) {
216
if (read(
p_fd
, hdr, HEADER_SIZE) != HEADER_SIZE) {
239
if (lseek(
p_fd
, 0x200, SEEK_SET) == -1) {
243
if (read(
p_fd
, p_desc, DESC_SIZE) != DESC_SIZE) {
291
if (lseek(
p_fd
, rgd_offset, SEEK_SET) == -1) {
295
if (read(
p_fd
, rgd_buf, gd_size) != gd_size) {
310
if (lseek(
p_fd
, gd_offset, SEEK_SET) == -1)
[
all
...]
Completed in 1180 milliseconds