HomeSort by relevance Sort by last modified time
    Searched full:herefd (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
memalloc.c 121 int herefd = -1; variable
277 if (herefd >= 0 && len >= 1024) {
278 xwrite(herefd, stackblock(), len);
memalloc.h 48 extern int herefd;
expand.c 120 herefd = fd;
428 saveherefd = herefd;
429 herefd = -1;
436 herefd = saveherefd;
489 int saveherefd = herefd;
493 herefd = -1;
496 herefd = saveherefd;

Completed in 34 milliseconds