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

  /external/srec/portable/src/
PANSIFileImpl.c 2 * PANSIFileImpl.c *
24 #include "PANSIFileImpl.h"
36 PANSIFileImpl* impl = NULL;
39 impl = NEW(PANSIFileImpl, MTAG);
116 PANSIFileImpl* impl = (PANSIFileImpl*) self;
145 PANSIFileImpl* impl = (PANSIFileImpl*) self;
161 PANSIFileImpl* impl = (PANSIFileImpl*) self
    [all...]
  /external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c 20 #include "PANSIFileImpl.h"
42 PANSIFileImpl* impl;
60 impl = (PANSIFileImpl*) PSTDIN;
64 impl = (PANSIFileImpl*) PSTDOUT;
69 impl = (PANSIFileImpl*) PSTDERR;
79 impl->Interface.lock = ((PANSIFileImpl*) PSTDOUT)->Interface.lock;
97 PANSIFileImpl* impl;
108 impl = (PANSIFileImpl*) PSTDIN;
125 impl = (PANSIFileImpl*) PSTDOUT;
133 impl = (PANSIFileImpl*) PSTDERR
    [all...]
  /external/srec/portable/include/
PANSIFileImpl.h 2 * PANSIFileImpl.h *
46 PANSIFileImpl;

Completed in 357 milliseconds