OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FilePtr
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
Common.h
67
FILE *
FilePtr
; // New file pointer if the file need to be re-created
DscFile.c
165
FILE *
FilePtr
;
179
if ((
FilePtr
= fopen (FileName, "r")) == NULL) {
223
if (fgets (Line, sizeof (Line),
FilePtr
) == NULL) {
434
fclose (
FilePtr
);
/external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h
160
VoEFile*
FilePtr
() const {
/external/zlib/src/contrib/testzlib/
testzlib.c
151
unsigned char*
FilePtr
;
167
if (ReadFileMemory(argv[1],&lFileSize,&
FilePtr
)==0)
200
zcpr.next_in =
FilePtr
;
269
if (memcmp(
FilePtr
,UncprPtr,lFileSize)==0)
Completed in 1368 milliseconds