OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufe
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/installd/
commands.c
852
int bufp,
bufe
, bufi, readlen;
local
884
bufe
= 0;
889
while (bufi <
bufe
&& buf[bufi] != '\n') {
892
if (bufi <
bufe
) {
976
if (bufp <
bufe
) {
980
} else if (bufp <
bufe
) {
981
memcpy(buf, buf+bufp,
bufe
-bufp);
982
bufe
-= bufp;
985
readlen = read(subfd, buf+
bufe
, PKG_PATH_MAX-
bufe
);
[
all
...]
/external/kernel-headers/original/linux/
cdrom.h
1071
__u8
bufe
: 1;
member in struct:__anon9652
[
all
...]
Completed in 235 milliseconds